Starting server and forwarding it to onion works
This commit is contained in:
@@ -7,6 +7,14 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
stem = "^1.8.2"
|
||||
psutil = "^5.9.5"
|
||||
pynacl = "^1.5.0"
|
||||
requests = "^2.31.0"
|
||||
sqlitedict = "^2.1.0"
|
||||
cleo = "^2.0.1"
|
||||
fastapi = "^0.98.0"
|
||||
uvicorn = "^0.22.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
dragonion-server = "dragonion_server:main"
|
||||
|
||||
Reference in New Issue
Block a user