Skip to content

Commit 1ae1527

Browse files
author
Matt Sokoloff
committed
update deps
1 parent a7dc48b commit 1ae1527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
packages=setuptools.find_packages(),
2222
install_requires=[
2323
"backoff==1.10.0", "requests>=2.22.0", "google-api-core>=1.22.1",
24-
"pydantic>=1.8,<2.0", "tqdm"
24+
"pydantic>=1.8,<2.0", "tqdm", "ndjson"
2525
],
2626
extras_require={
2727
'data': [
2828
"shapely", "geojson", "numpy", "PILLOW", "opencv-python",
29-
"typeguard", "imagesize", "pyproj", "pygeotile", "ndjson"
29+
"typeguard", "imagesize", "pyproj", "pygeotile",
3030
"typing-extensions", "packaging"
3131
],
3232
},

0 commit comments

Comments
 (0)