private_facts/pyproject.toml
Rodrigo Pinto abbfed3a71 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.
2024-11-12 01:09:50 -03:00

12 lines
251 B
TOML

[project]
name = "private-facts"
version = "0.1.0"
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",
]