Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
fastapi==0.110.2
|
2 |
-
uvicorn
|
3 |
-
aiohttp==3.9.5
|
4 |
-
|
5 |
-
|
6 |
-
# For Python < 3.10, keep newer typing helpers:
|
7 |
-
typing_extensions>=4.9.0; python_version < "3.10"
|
|
|
1 |
+
fastapi==0.110.2
|
2 |
+
uvicorn==0.29.0
|
3 |
+
aiohttp==3.9.5
|
4 |
+
brotli==1.1.0
|
5 |
+
tenacity==8.2.3
|
|
|
|