Skip to content

Commit

Permalink
[hotfix] flask admin 1.4.1 break production, pinning 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 13, 2016
1 parent f81a9c5 commit f4e9fd6
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 @@ -121,7 +121,7 @@ def run(self):
'dill>=0.2.2, <0.3',
'python-daemon>=2.1.1, <2.2',
'flask>=0.10.1, <0.11',
'flask-admin>=1.4.0, <2.0.0',
'flask-admin==1.4.0',
'flask-cache>=0.13.1, <0.14',
'flask-login==0.2.11',
'future>=0.15.0, <0.16',
Expand Down

0 comments on commit f4e9fd6

Please sign in to comment.