refactor: purge Quart from the codebase
Most functionality is still broken
This commit is contained in:
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user