Skip to content

Commit

Permalink
chore: Added requirements.txt (#158)
Browse files Browse the repository at this point in the history
Added a "requirements.txt" file for easyier "pip install installation" .
To install all required pyton modules just run "pip install -r requirements.txt"
  • Loading branch information
NiklasKK committed Aug 21, 2023
1 parent 8f06658 commit 7ed9a09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
certifi==2021.5.30
chardet==4.0.0
idna==2.10
numpy==1.21.0
Pillow==8.2.0
pyproj==3.1.0
requests==2.25.1
Rtree==0.9.7
Shapely==1.7.1
urllib3==1.26.6

0 comments on commit 7ed9a09

Please sign in to comment.