Skip to content

Commit

Permalink
Updated requirements.txt for use with pip if poetry is not an option
Browse files Browse the repository at this point in the history
  • Loading branch information
fre171csiro committed Aug 5, 2024
1 parent d6f7e1a commit 6fc8c9d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 5 deletions.
1 change: 1 addition & 0 deletions build_requirements.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
poetry export --without-hashes -f requirements.txt --output requirements.txt
48 changes: 43 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
requests
iso8601
pytz
geojson
shapely
attrs==23.2.0 ; python_version >= "3.10" and python_version < "3.13"
certifi==2024.2.2 ; python_version >= "3.10" and python_version < "3.13"
cftime==1.6.3 ; python_version >= "3.10" and python_version < "3.13"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.13"
click-plugins==1.1.1 ; python_version >= "3.10" and python_version < "3.13"
click==8.1.7 ; python_version >= "3.10" and python_version < "3.13"
cligj==0.7.2 ; python_version >= "3.10" and python_version < "3.13"
codecov==2.1.13 ; python_version >= "3.10" and python_version < "3.13"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.13" and (sys_platform == "win32" or platform_system == "Windows")
coverage==7.5.1 ; python_version >= "3.10" and python_version < "3.13"
coverage[toml]==7.5.1 ; python_version >= "3.10" and python_version < "3.13"
exceptiongroup==1.2.1 ; python_version >= "3.10" and python_version < "3.11"
fiona==1.9.6 ; python_version >= "3.10" and python_version < "3.13"
geojson==3.1.0 ; python_version >= "3.10" and python_version < "3.13"
geopandas==0.14.4 ; python_version >= "3.10" and python_version < "3.13"
idna==3.7 ; python_version >= "3.10" and python_version < "3.13"
iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "3.13"
iso8601==2.1.0 ; python_version >= "3.10" and python_version < "3.13"
lxml==4.9.4 ; python_version >= "3.10" and python_version < "3.13"
netcdf4==1.6.5 ; python_version >= "3.10" and python_version < "3.13"
numpy==1.26.4 ; python_version >= "3.10" and python_version < "3.13"
owslib==0.29.3 ; python_version >= "3.10" and python_version < "3.13"
packaging==24.0 ; python_version >= "3.10" and python_version < "3.13"
pandas==2.2.2 ; python_version >= "3.10" and python_version < "3.13"
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.13"
pyproj==3.6.1 ; python_version >= "3.10" and python_version < "3.13"
pytest-cov==4.1.0 ; python_version >= "3.10" and python_version < "3.13"
pytest-github-actions-annotate-failures==0.2.0 ; python_version >= "3.10" and python_version < "3.13"
pytest==7.4.4 ; python_version >= "3.10" and python_version < "3.13"
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.13"
pytz==2023.4 ; python_version >= "3.10" and python_version < "3.13"
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "3.13"
requests==2.32.2 ; python_version >= "3.10" and python_version < "3.13"
scipy==1.13.0 ; python_version >= "3.10" and python_version < "3.13"
setuptools==70.0.0 ; python_version >= "3.10" and python_version < "3.13"
shapely==2.0.4 ; python_version >= "3.10" and python_version < "3.13"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.13"
tomli==2.0.1 ; python_version >= "3.10" and python_full_version <= "3.11.0a6"
tzdata==2024.1 ; python_version >= "3.10" and python_version < "3.13"
urllib3==2.2.1 ; python_version >= "3.10" and python_version < "3.13"
wheel==0.41.3 ; python_version >= "3.10" and python_version < "3.13"
xarray==2023.12.0 ; python_version >= "3.10" and python_version < "3.13"
xmltodict==0.13.0 ; python_version >= "3.10" and python_version < "3.13"

0 comments on commit 6fc8c9d

Please sign in to comment.