Replace gunicorn deployment to granian (#705)

* Replace gunicorn deployment to granian

* Update env comments

* Fix the granian env
This commit is contained in:
Wu Clan
2025-07-01 21:33:49 +08:00
committed by GitHub
parent 7b5ae4696f
commit 4ed49d2d13
6 changed files with 119 additions and 66 deletions
+1 -1
View File
@@ -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",
]