Skip to content

Commit bc25d38

Browse files
author
Matt Sokoloff
committed
tqdm -> extras
1 parent 4f5d9cb commit bc25d38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
"requests>=2.22.0",
2828
"google-api-core>=1.22.1",
2929
"pydantic>=1.8,<2.0",
30-
"tqdm"
3130
],
3231
extras_require={
3332
'data': [
3433
"shapely", "geojson", "numpy", "rasterio", "PILLOW",
35-
"opencv-python", "typeguard"
34+
"opencv-python", "typeguard", "tqdm"
3635
],
3736
},
3837
classifiers=[

0 commit comments

Comments
 (0)