Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
openai
|
3 |
python-dotenv
|
|
|
|
|
4 |
pyyaml
|
|
|
1 |
+
streamlit>=1.28
|
2 |
openai
|
3 |
python-dotenv
|
4 |
+
requests
|
5 |
+
pillow
|
6 |
pyyaml
|