Skip to content

Commit

Permalink
deps: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jun 2, 2023
1 parent 83b2f8b commit f543c8c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ classifiers = [
requires-python = ">=3.8"
dependencies = [
"Shapely>=1.8.5.post1",
"aiohttp>=3.8.3",
"antimeridian>=0.2.6",
"click>=8.1.3",
"fsspec>=2021.7",
"fsspec[http]>=2021.7",
"lxml>=4.9.2",
"numpy>=1.22.0",
"pyproj>=3.3",
"pystac[validation]>=1.6.1",
"rasterio>=1.3.2",
"requests>=2.27.1",
"stac-check>=1.3.2",
"stac-validator>=3.1.0",
]
Expand Down Expand Up @@ -65,13 +63,14 @@ dev = [
"pre-commit~=3.3",
"pydata-sphinx-theme~=0.13",
"pylint~=2.17",
"pytest~=7.3",
"pytest-cov~=3.0",
"pytest~=7.3",
"requests>=2.27.1",
"ruff==0.0.265",
"sphinx~=7.0",
"sphinx-autobuild==2021.3.14",
"sphinx-click~=4.4",
"sphinxcontrib-napoleon~=0.7",
"sphinx~=7.0",
"types-certifi~=2021.10.8",
"types-orjson~=3.6",
"types-python-dateutil~=2.8",
Expand Down

0 comments on commit f543c8c

Please sign in to comment.