Skip to content

Commit

Permalink
Change requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Aug 20, 2024
1 parent 397394c commit e4a4916
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ lxml>=2.3
argparse
pyparsing>=2.1.10
requests>=1.1.0
pyproj==2.6.1
Shapely==2.0.1
OWSLib==0.28.1
geojson==3.0.1
cython==0.29.36; python_version < '3.9'
pyproj==2.6.1; python_version < '3.9'
pyproj==3.6.1; python_version >= '3.9'

Shapely==2.0.4
OWSLib==0.31.0
geojson==3.1.0

0 comments on commit e4a4916

Please sign in to comment.