Skip to content

Commit 85b9614

Browse files
committed
Add more dependencies to setup.py.
As the project matures it becomes more important that `pip install planemo` just works then that dependency list is kept small.
1 parent f2e9da8 commit 85b9614

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
'pyyaml',
2020
'jinja2',
2121
'docutils',
22+
'PyGithub',
23+
'bioblend',
2224
]
2325

2426
test_requirements = [

0 commit comments

Comments
 (0)