TEMP: Rewrite everything on top of FastAPI

This commit is contained in:
2024-05-31 23:13:38 +03:00
parent 929a3523ba
commit f1c3cf8758
12 changed files with 1796 additions and 257 deletions

16
Pipfile Normal file
View File

@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
networkx = "*"
pyvis = "*"
matplotlib = "*"
fastapi = "*"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.8"