Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
aiogram==3.
|
2 |
-
|
3 |
aiohttp==3.9.5
|
4 |
-
fastapi==0.
|
5 |
-
uvicorn==0.
|
|
|
|
1 |
+
aiogram==3.4.0
|
2 |
+
aiosqlite==0.19.0
|
3 |
aiohttp==3.9.5
|
4 |
+
fastapi==0.110.0
|
5 |
+
uvicorn==0.29.0
|
6 |
+
python-dotenv==1.0.1
|