Update the CLI startup service mode (#718)

This commit is contained in:
Wu Clan
2025-07-10 20:33:50 +08:00
committed by GitHub
parent adee3a2177
commit e84ef04f15
4 changed files with 18 additions and 11 deletions
+1 -1
View File
@@ -32,6 +32,7 @@ dependencies = [
"fastapi[standard]==0.115.11",
"flower>=2.0.0",
"gevent>=24.11.1",
"granian>=2.4.0",
"ip2loc>=1.0.0",
"itsdangerous>=2.2.0",
"jinja2>=3.1.4",
@@ -62,7 +63,6 @@ lint = [
]
server = [
"aio-pika>=9.4.3",
"granian>=2.4.0",
"wait-for-it>=2.2.2",
]