Adding Tahoe-LAFS (conclusion)
Added dependencies and instructions to spawn 4 servers for development purposes. Currently the servers have to be spawned manually every time they are required, but #10 has some thoughts about how to automate this in the future.
This commit is contained in:
parent
66a45e19f3
commit
abbfed3a71
4 changed files with 72 additions and 25 deletions
|
@ -5,5 +5,8 @@ description = "Add your description here"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"attrs==23.2.0",
|
||||
"cryptography<42",
|
||||
"tahoe-lafs>=1.19.0",
|
||||
"wheel>=0.45.0",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue