Skip to content

Commit

Permalink
installation: Flask>=0.11.1
Browse files Browse the repository at this point in the history
* Removed dependency on Flask-CLI.

Signed-off-by: Alizee Pace <alizee.pace@gmail.com>
  • Loading branch information
alizeepace committed Aug 24, 2016
1 parent cf43784 commit e029c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,8 +61,8 @@
]

install_requires = [
'Flask>=0.11.1',
'Flask-CeleryExt>=0.2.0',
'Flask>=0.11',
'redis>=2.10.0',
'msgpack-python>=0.4.6',
]
Expand Down

0 comments on commit e029c92

Please sign in to comment.