Skip to content

Commit

Permalink
support gunicorn 20.x (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Davy committed Feb 12, 2020
1 parent 3a90b62 commit f94af76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -50,7 +50,7 @@ install_requires =
contextvars==2.4;python_version>="3.5" and python_version<"3.7"

[options.extras_require]
gunicorn = gunicorn>=19.7.0,<20.0
gunicorn = gunicorn>=19.7.0,<21.0
raven = raven>=6.4.0,<7.0
celery =
celery>=3.1.25.0,<4.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -156,7 +156,7 @@
'blinker>=1.4,<2.0',
],
gunicorn=[
'gunicorn>=19.7.0,<20.0',
'gunicorn>=19.7.0,<21.0',
],
pg=[
'sqlparse>=0.2',
Expand Down

0 comments on commit f94af76

Please sign in to comment.