We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0c714 commit e16d614Copy full SHA for e16d614
requirements.txt
@@ -1,13 +1,11 @@
1
-i https://pypi.org/simple
2
-fastapi>=0.116.0
3
-gunicorn>=23.0.0
+uvloop>=0.21.0
+uvicorn>=0.35.0
4
httptools>=0.6.4
5
-httpx>=0.28.1
6
-jinja2>=3.1.6
+websockets>=15.0.1
+fastapi>=0.116.1
7
redis>=6.2.0
8
-requests>=2.32.4
+jinja2>=3.1.6
9
+httpx>=0.28.1
10
rich>=14.0.0
11
sentry-sdk[fastapi]>=2.32.0
-uvicorn>=0.35.0
12
-uvloop>=0.21.0
13
-websockets>=15.0.1
0 commit comments