private_facts/pyproject.toml
Rodrigo Pinto 66a45e19f3 Adding Tahoe-LAFS (ongoing)
Contributes to #4.

Adding a Tahoe-LAFS instance to enable testing of saving data to a
descentralized file system.
2024-11-09 18:44:27 -03:00

9 lines
186 B
TOML

[project]
name = "private-facts"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"tahoe-lafs>=1.19.0",
]