Skip to content

Commit

Permalink
Merge branch 'release/0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jul 10, 2015
2 parents 1625e06 + 3fd3db2 commit 4df35ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def get_version():
packages=['flask_orator'],
install_requires=[
'Flask>=0.10'
'orator'
'orator',
'cleo'
],
tests_require=['pytest', 'mock'],
test_suite='nose.collector',
Expand Down

0 comments on commit 4df35ef

Please sign in to comment.