Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
1 |
+
transformers
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
+
python-telegram-bot
|
5 |
+
requests
|
6 |
+
beautifulsoup4
|
7 |
+
cachetools
|
8 |
+
nltk
|
9 |
+
python-dotenv
|