Contributes to #4. Adding a Tahoe-LAFS instance to enable testing of saving data to a descentralized file system.
9 lines
186 B
TOML
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",
|
|
]
|