diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 805ce058..fb8d407d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,9 @@ repos: - id: requirements-txt-fixer args: - requirements.txt - - test_requirements.txt + - requirements-dev.txt + - requirements-docs.txt + - requirements-test.txt - repo: https://github.com/psf/black rev: 24.4.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index d0074e4e..6153856a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,7 @@ flake8-comprehensions flake8-mutable flake8-print httpretty +pre-commit pytest pytest-flake8 requests-mock diff --git a/requirements.txt b/requirements.txt index 7929767c..4289d060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,12 +3,12 @@ importlib-metadata # drop this when dropping Python 3.8 importlib-resources # drop this when dropping Python 3.8 isodate lxml +netcdf4 owslib packaging pendulum pygeoif pyproj -netcdf4 regex requests shapely