Skip to content

Commit

Permalink
[hotfix] gunicorn version 19.4.? has issues serving static files
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 4, 2016
1 parent 161e473 commit 072f4e8
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 @@ -103,7 +103,7 @@ def run(self):
'flask-cache>=0.13.1, <0.14',
'flask-login==0.2.11',
'future>=0.15.0, <0.16',
'gunicorn>=19.3.0, <20.0',
'gunicorn>=19.3.0, <19.4.0', # 19.4.? seemed to have issues
'jinja2>=2.7.3, <3.0',
'markdown>=2.5.2, <3.0',
'pandas>=0.15.2, <1.0.0',
Expand Down

0 comments on commit 072f4e8

Please sign in to comment.