AdityaAdaki commited on
Commit
5adb284
·
1 Parent(s): 880bb9c

Update requirements.txt with correct dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- flask
2
- gunicorn
3
- geopy
4
- folium
5
- selenium
6
- pillow
7
- webdriver_manager
8
- numpy
 
1
+ flask==2.3.3
2
+ gunicorn==21.2.0
3
+ geopy==2.4.1
4
+ folium==0.15.1
5
+ selenium==4.15.2
6
+ opencv-python-headless==4.8.1.78
7
+ Pillow==10.1.0
8
+ numpy==1.26.2