Skip to content

Commit b36ff0a

Browse files
author
Matt Sokoloff
committed
add extra requirements
1 parent a40ee85 commit b36ff0a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@
2424
"backports-datetime-fromisoformat==1.0.0; python_version < '3.7.0'",
2525
"dataclasses==0.7; python_version < '3.7.0'", "ndjson==0.3.1",
2626
"requests>=2.22.0", "google-api-core>=1.22.1", "pydantic>=1.8,<2.0",
27-
"shapely", "geojson", "numpy", "rasterio", "PILLOW", "opencv-python",
28-
"typeguard", "tqdm"
2927
],
28+
extras_require={
29+
'data': [
30+
"shapely", "geojson", "numpy", "rasterio", "PILLOW", "opencv-python",
31+
"typeguard", "tqdm"
32+
],
33+
},
3034
classifiers=[
3135
'Development Status :: 3 - Alpha',
3236
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)