Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
streamlit
|
|
|
|
|
2 |
instaloader
|
3 |
-
python-dotenv
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
instaloader
|
5 |
+
python-dotenv
|
6 |
+
pydantic
|
7 |
+
requests
|