Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,6 @@ pandas==2.2.3
|
|
| 7 |
nest_asyncio
|
| 8 |
streamlit==1.44.1
|
| 9 |
rich==14.0.0
|
| 10 |
-
dotenv
|
|
|
|
|
|
|
|
|
| 7 |
nest_asyncio
|
| 8 |
streamlit==1.44.1
|
| 9 |
rich==14.0.0
|
| 10 |
+
dotenv
|
| 11 |
+
fastapi
|
| 12 |
+
uvicorn
|