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.
12 lines
251 B
TOML
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",
|
|
]
|