Skip to content

Commit

Permalink
Fixing more pkg versions (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredliporace committed Feb 7, 2024
1 parent 8054f51 commit ddd788e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repos:
- click == 8.1.3
- stactools == 0.4.7
- utm == 0.7.0
- pystac == 1.7.3
- referencing == 0.30.2
- repo: https://github.com/pycqa/isort
rev: 5.12.0
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ codespell==2.2.4
flake8==6.0.0
isort==5.12.0
mypy==1.3.0
pre-commit
pytest
pytest-cov
pylint
pre-commit==3.3.2
pytest==7.3.1
pytest-cov==4.0.0
pylint==2.17.4
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages = find_namespace:
install_requires =
stactools == 0.4.7
utm == 0.7.0
pystac == 1.7.3

[options.packages.find]
where = src

0 comments on commit ddd788e

Please sign in to comment.