Skip to content

Commit

Permalink
galaxy-lib as a setup.py plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jun 27, 2017
1 parent d738df0 commit 7414ee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
'typing >= 3.5.2, < 3.6',
'six >= 1.8.0',
],
extras_require = {
'deps': ["galaxy-lib >= 17.09.1"]
},
setup_requires=[] + pytest_runner,
test_suite='tests',
tests_require=['pytest', 'mock >= 2.0.0',],
Expand Down

0 comments on commit 7414ee0

Please sign in to comment.