Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
python-telegram-bot==20.7
|
| 2 |
-
motor
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
pyopenssl==23.2.0
|
| 5 |
pymongo
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
python-telegram-bot==20.7
|
| 2 |
+
motor==3.7.2
|
| 3 |
python-dotenv==1.0.0
|
| 4 |
pyopenssl==23.2.0
|
| 5 |
pymongo
|
| 6 |
+
dnspython==2.3.0
|
| 7 |
+
nest_asyncio==1.5.6
|
| 8 |
+
|