Skip to content

Commit

Permalink
Add more dependencies to setup.py.
Browse files Browse the repository at this point in the history
As the project matures it becomes more important that `pip install planemo` just works then that dependency list is kept small.
  • Loading branch information
jmchilton committed Feb 16, 2015
1 parent f2e9da8 commit 85b9614
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
'pyyaml',
'jinja2',
'docutils',
'PyGithub',
'bioblend',
]

test_requirements = [
Expand Down

0 comments on commit 85b9614

Please sign in to comment.