Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -10
requirements.txt
CHANGED
|
@@ -1,10 +1,4 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
|
| 3 |
-
requests=
|
| 4 |
-
|
| 5 |
-
lxml==5.2.1
|
| 6 |
-
geopy==2.4.1
|
| 7 |
-
folium==0.15.1
|
| 8 |
-
streamlit-folium==0.15.1
|
| 9 |
-
jsonschema==4.22.0
|
| 10 |
-
fake-useragent==1.5.1
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
openai>=1.0.0
|
| 3 |
+
requests>=2.28.0
|
| 4 |
+
beautifulsoup4>=4.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|