Skip to content

Commit 75ac504

Browse files
author
gdj0nes
committed
ADD: missing requirements
1 parent fc23649 commit 75ac504

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727
"requests>=2.22.0",
2828
"google-api-core>=1.22.1",
2929
"pydantic>=1.8,<2.0",
30+
"geojson",
31+
"shapely",
32+
"tqdm",
33+
"geojson",
34+
"numpy",
35+
"rasterio",
36+
"PILLOW",
37+
"opencv-python",
38+
"typeguard"
3039
],
3140
extras_require={
3241
'data': [

0 commit comments

Comments
 (0)