Adding Tahoe-LAFS (ongoing)

Contributes to #4.

Adding a Tahoe-LAFS instance to enable testing of saving data to a
descentralized file system.
This commit is contained in:
Rodrigo Pinto 2024-11-09 18:44:27 -03:00
commit 66a45e19f3
3 changed files with 1005 additions and 8 deletions

View file

@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []
dependencies = [
"tahoe-lafs>=1.19.0",
]