Add gevent for deployment

This commit is contained in:
Anna Sidwell 2018-12-02 02:04:07 +00:00
parent e5fcc9eb77
commit 144ae63eab
2 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,7 @@ django-registration-redux
djangorestframework djangorestframework
djangorestframework-gis djangorestframework-gis
gunicorn gunicorn
gevent
pip-tools pip-tools
psycopg2 psycopg2
python-memcached python-memcached

View File

@ -33,6 +33,8 @@ django==2.1.1
djangorestframework-gis==0.13 djangorestframework-gis==0.13
djangorestframework==3.8.2 djangorestframework==3.8.2
docutils==0.14 # via botocore docutils==0.14 # via botocore
gevent==1.3.7
greenlet==0.4.15 # via gevent
gunicorn==19.9.0 gunicorn==19.9.0
idna==2.7 # via requests idna==2.7 # via requests
jmespath==0.9.3 # via boto3, botocore jmespath==0.9.3 # via boto3, botocore