refactor: purge Quart from the codebase

Most functionality is still broken
This commit is contained in:
Stefan Stammberger
2021-08-27 20:54:42 +02:00
parent ede038976f
commit 3e5af8c1d1
17 changed files with 962 additions and 181 deletions
+4 -8
View File
@@ -14,12 +14,8 @@ environs = "*"
lnurl = "==0.3.6"
pyscss = "*"
shortuuid = "*"
quart = "*"
quart-cors = "*"
quart-compress = "*"
typing-extensions = "*"
httpx = "*"
quart-trio = "*"
trio = "==0.16.0"
sqlalchemy-aio = "*"
embit = "*"
@@ -27,6 +23,10 @@ pyqrcode = "*"
pypng = "*"
sqlalchemy = "==1.3.23"
psycopg2-binary = "*"
fastapi = {ref = "anyio", git = "https://github.com/graingert/fastapi"}
trio-asyncio = "*"
hypercorn = {extras = ["trio"], version = "*"}
aiofiles = "*"
[dev-packages]
black = "==20.8b1"
@@ -35,7 +35,3 @@ pytest-cov = "*"
mypy = "latest"
pytest-trio = "*"
trio-typing = "*"
[packages.hypercorn]
extras = [ "trio",]
version = "*"