Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Nov 15, 2016
1 parent 60dd756 commit 9675d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
galaxyxml
galaxyxml>=0.2.3
jinja2>=2.8
future
future
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
description='Instrument for forming Galaxy XML and CWL tool descriptions from argparse arguments',
author='Eric Rasche, Anton Khodak',
author_email='rasche.eric@yandex.ru, anton.khodak@ukr.net',
install_requires=['galaxyxml', 'jinja2', 'future'],
install_requires=['galaxyxml>=0.2.3', 'jinja2', 'future'],
url='https://github.com/common-workflow-language/gxargparse',
packages=["argparse", "gxargparse", "click", "cmdline2cwl"],
entry_points={
Expand Down

0 comments on commit 9675d12

Please sign in to comment.