Skip to content

Commit 7ed9a09

Browse files
authored
chore: Added requirements.txt (#158)
Added a "requirements.txt" file for easyier "pip install installation" . To install all required pyton modules just run "pip install -r requirements.txt"
1 parent 8f06658 commit 7ed9a09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

requirements.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
certifi==2021.5.30
2+
chardet==4.0.0
3+
idna==2.10
4+
numpy==1.21.0
5+
Pillow==8.2.0
6+
pyproj==3.1.0
7+
requests==2.25.1
8+
Rtree==0.9.7
9+
Shapely==1.7.1
10+
urllib3==1.26.6

0 commit comments

Comments
 (0)