Juansecal commited on
Commit
cc5b16c
·
1 Parent(s): 21b4654

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +60 -0
requirements.txt ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ attrs==23.1.0
3
+ blinker==1.7.0
4
+ branca==0.7.0
5
+ cachetools==5.3.2
6
+ certifi==2023.11.17
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ click-plugins==1.1.1
10
+ cligj==0.7.2
11
+ colorama==0.4.6
12
+ docopt==0.6.2
13
+ fiona==1.9.5
14
+ folium==0.15.1
15
+ geopandas==0.14.1
16
+ gitdb==4.0.11
17
+ GitPython==3.1.40
18
+ idna==3.6
19
+ importlib-metadata==6.11.0
20
+ Jinja2==3.1.2
21
+ jsonschema==4.20.0
22
+ jsonschema-specifications==2023.11.2
23
+ markdown-it-py==3.0.0
24
+ MarkupSafe==2.1.3
25
+ mdurl==0.1.2
26
+ numpy==1.26.2
27
+ packaging==23.2
28
+ pandas==2.1.3
29
+ Pillow==10.1.0
30
+ pipreqs==0.4.13
31
+ plotly==5.18.0
32
+ protobuf==4.25.1
33
+ pyarrow==14.0.1
34
+ pydeck==0.8.1b0
35
+ Pygments==2.17.2
36
+ pyproj==3.6.1
37
+ python-dateutil==2.8.2
38
+ pytz==2023.3.post1
39
+ referencing==0.31.1
40
+ requests==2.31.0
41
+ rich==13.7.0
42
+ rpds-py==0.13.2
43
+ shapely==2.0.2
44
+ six==1.16.0
45
+ smmap==5.0.1
46
+ streamlit==1.29.0
47
+ streamlit-folium==0.17.1
48
+ tenacity==8.2.3
49
+ toml==0.10.2
50
+ toolz==0.12.0
51
+ tornado==6.4
52
+ typing_extensions==4.8.0
53
+ tzdata==2023.3
54
+ tzlocal==5.2
55
+ urllib3==2.1.0
56
+ validators==0.22.0
57
+ watchdog==3.0.0
58
+ xyzservices==2023.10.1
59
+ yarg==0.1.9
60
+ zipp==3.17.0