Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 21, 2025
1 parent 64d7817 commit ea6e3ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/pypgstac/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,22 @@ dependencies = [
"cachetools>=5.3.0",
"fire>=0.4.0",
"hydraters>=0.1.0",
"orjson>=3.6.2",
"orjson>=3.7.0",
"plpygis>=0.2.0",
"pydantic>=1.7",
"python-dateutil>=2.8.0",
"smart-open>=4.2",
"smart-open>=5.0",
"tenacity>=8.1.0",
"version-parser>= 1.0.1",
]

[project.optional-dependencies]
test = ["pytest", "pytest-cov", "pystac[validation]==1.*", "types-cachetools"]
test = [
"pytest==8.3.*",
"pytest-cov==6.0.*",
"pystac[validation]==1.*",
"types-cachetools==5.5.*",
]
dev = [
"flake8==7.1.1",
"black>=24.10.0",
Expand Down

0 comments on commit ea6e3ec

Please sign in to comment.