Skip to content

Commit 6828042

Browse files
committed
Add zoo pypi target
1 parent aa25d28 commit 6828042

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"click-plugins",
1616
"entrypoints",
1717
"fsspec",
18-
"intake",
1918
"numpy",
2019
"pillow",
2120
# fmt: on
@@ -60,6 +59,7 @@
6059
],
6160
"test": [
6261
"darknet-cpu >=0.0.20200614"
62+
"intake"
6363
],
6464
# fmt: on
6565
}
@@ -134,6 +134,9 @@
134134
# fmt: off
135135
"test": test_requirements,
136136
"doc": doc_requirements,
137+
"zoo": [
138+
"intake"
139+
]
137140
# fmt: on
138141
},
139142
url="https://github.com/zeroae/darknet.py",

0 commit comments

Comments
 (0)