mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 05:34:44 +00:00
Update gunicorn from 19.7.1 to 19.8.0 (#1624)
This commit is contained in:
parent
34d9bd5d80
commit
3e6caf6692
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
-r base.txt
|
||||
|
||||
gevent==1.2.2
|
||||
gunicorn==19.7.1 # https://github.com/benoitc/gunicorn
|
||||
gunicorn==19.8.0 # https://github.com/benoitc/gunicorn
|
||||
boto3==1.6.2 # pyup: update minor # https://github.com/boto/boto3
|
||||
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
|
||||
{%- if cookiecutter.use_whitenoise == 'n' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue