1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 22:15:22 +02:00

chore: remove gunicorn in favor of uvicorn workers (#3761)

This commit is contained in:
Hayden 2024-06-20 22:52:09 -05:00 committed by GitHub
parent adab596683
commit 4d1381c055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 44 additions and 160 deletions

View file

@ -21,7 +21,6 @@ apprise = "^1.4.5"
bcrypt = "^4.0.1"
extruct = "^0.17.0"
fastapi = "^0.111.0"
gunicorn = "^22.0.0"
httpx = "^0.27.0"
lxml = "^5.0.0"
orjson = "^3.8.0"