Skip to content

Commit 5cbb8a2

Browse files
author
Matt Sokoloff
committed
add missing dep
1 parent df33f43 commit 5cbb8a2

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
@@ -26,7 +26,7 @@
2626
extras_require={
2727
'data': [
2828
"shapely", "geojson", "numpy", "PILLOW", "opencv-python",
29-
"typeguard", "imagesize", "pyproj", "pygeotile",
29+
"typeguard", "imagesize", "pyproj", "pygeotile", "ndjson"
3030
"typing-extensions", "packaging"
3131
],
3232
},

0 commit comments

Comments
 (0)