Skip to content

Commit e29b2a4

Browse files
moved pystac dependency from test to general Open-EO#527
1 parent 822ec33 commit e29b2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"flake8>=5.0.0",
3131
"time_machine",
3232
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
33-
"pystac"
3433
]
3534

3635
docs_require = [
@@ -74,6 +73,7 @@
7473
"numpy>=1.17.0",
7574
"xarray>=0.12.3",
7675
"pandas>0.20.0",
76+
"pystac",
7777
"deprecated>=1.2.12",
7878
'oschmod>=0.3.12; sys_platform == "win32"',
7979
"importlib_resources; python_version<'3.9'",

0 commit comments

Comments
 (0)