Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
FastAPI
|
| 2 |
-
fastapi
|
| 3 |
uvicorn
|
| 4 |
torch
|
| 5 |
transformers
|
|
@@ -9,3 +8,6 @@ httpx
|
|
| 9 |
python-telegram-bot
|
| 10 |
nest_asyncio
|
| 11 |
requests
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
FastAPI
|
|
|
|
| 2 |
uvicorn
|
| 3 |
torch
|
| 4 |
transformers
|
|
|
|
| 8 |
python-telegram-bot
|
| 9 |
nest_asyncio
|
| 10 |
requests
|
| 11 |
+
|
| 12 |
+
# fastapi
|
| 13 |
+
|