syaikhipin commited on
Commit
d3d0f8e
·
verified ·
1 Parent(s): 4825514

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- gradio
2
- gradio[oauth]
3
- requests
4
- httpx
5
- asyncio
6
- dataclasses
7
- python-dotenv
8
- folium
 
1
+ gradio==4.44.0
2
+ python-dotenv==1.0.0
3
+ folium==0.15.1
4
+ httpx==0.25.2
5
+ requests==2.31.0
6
+ asyncio