Skip to content

Commit

Permalink
moved pystac dependency from test to general Open-EO#527
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVerelst committed Mar 14, 2024
1 parent 822ec33 commit e29b2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"flake8>=5.0.0",
"time_machine",
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
"pystac"
]

docs_require = [
Expand Down Expand Up @@ -74,6 +73,7 @@
"numpy>=1.17.0",
"xarray>=0.12.3",
"pandas>0.20.0",
"pystac",
"deprecated>=1.2.12",
'oschmod>=0.3.12; sys_platform == "win32"',
"importlib_resources; python_version<'3.9'",
Expand Down

0 comments on commit e29b2a4

Please sign in to comment.