Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -3,10 +3,9 @@ streamlit
|
|
| 3 |
requests
|
| 4 |
fastapi
|
| 5 |
vonage
|
| 6 |
-
|
| 7 |
schedule
|
| 8 |
time
|
| 9 |
pydantic
|
| 10 |
datetime
|
| 11 |
-
uvicorn
|
| 12 |
-
asyncio
|
|
|
|
| 3 |
requests
|
| 4 |
fastapi
|
| 5 |
vonage
|
| 6 |
+
asyncio
|
| 7 |
schedule
|
| 8 |
time
|
| 9 |
pydantic
|
| 10 |
datetime
|
| 11 |
+
uvicorn
|
|
|