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:
Rodrigo Pinto 2024-11-12 01:09:50 -03:00
commit abbfed3a71
4 changed files with 72 additions and 25 deletions

View file

@ -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",
]