Skip to content

Commit

Permalink
Update setup.py: require simple-workflow>=0.1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Leclercq committed Mar 25, 2015
1 parent 5856300 commit 807cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def read(fname):
package_dir={'simpleflow': 'simpleflow'},
include_package_data=True,
install_requires=[
'simple-workflow>=0.1.46',
'simple-workflow>=0.1.47',
],
license=read("LICENSE"),
zip_safe=False,
Expand Down

0 comments on commit 807cad1

Please sign in to comment.