mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 21:15:13 +00:00
Replace gunicorn deployment to granian (#705)
* Replace gunicorn deployment to granian * Update env comments * Fix the granian env
This commit is contained in:
+1
-1
@@ -60,8 +60,8 @@ lint = [
|
||||
"pre-commit>=4.0.0",
|
||||
]
|
||||
server = [
|
||||
"gunicorn>=21.2.0",
|
||||
"aio-pika>=9.4.3",
|
||||
"granian>=2.4.0",
|
||||
"wait-for-it>=2.2.2",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user