Skip to content

Commit 7414ee0

Browse files
committed
galaxy-lib as a setup.py plugin
1 parent d738df0 commit 7414ee0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
'typing >= 3.5.2, < 3.6',
6262
'six >= 1.8.0',
6363
],
64+
extras_require = {
65+
'deps': ["galaxy-lib >= 17.09.1"]
66+
},
6467
setup_requires=[] + pytest_runner,
6568
test_suite='tests',
6669
tests_require=['pytest', 'mock >= 2.0.0',],

0 commit comments

Comments
 (0)