Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
|
|
|
|
1 |
aiohttp
|
2 |
python-dotenv
|
3 |
python-telegram-bot
|
4 |
sumy
|
5 |
nltk
|
6 |
tenacity
|
7 |
-
dateutil
|
|
|
1 |
+
setuptools
|
2 |
+
wheel
|
3 |
aiohttp
|
4 |
python-dotenv
|
5 |
python-telegram-bot
|
6 |
sumy
|
7 |
nltk
|
8 |
tenacity
|
9 |
+
python-dateutil
|