1
0
Fork 0

Update 'gunicorn' with 'eventlet' extra, update dependencies

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/351/head
Vasilis Tsiligiannis 2019-03-13 18:42:59 +02:00
parent 2a84aacbe7
commit bbdeeead97
3 changed files with 27 additions and 23 deletions

View File

@ -5,9 +5,9 @@
-r requirements.txt
apipkg==1.5
atomicwrites==1.2.1
attrs==18.2.0
coverage==4.5.2
atomicwrites==1.3.0
attrs==19.1.0
coverage==4.5.3
docopt==0.6.1
docopts==0.6.1
execnet==1.5.0
@ -18,14 +18,14 @@ ipaddress==1.0.22
mock==2.0.0
more-itertools==5.0.0
pathlib2==2.3.3
pbr==5.1.1
pluggy==0.8.0
pbr==5.1.3
pluggy==0.9.0
pur==5.2.1
py==1.7.0
pytest==4.1.0
py==1.8.0
pytest==4.3.1
pytest-cov==2.6.1
pytest-django==3.4.4
pytest-django==3.4.8
pytest-forked==0.2
pytest-xdist==1.25.0
scandir==1.9.0
scandir==1.10.0
text-unidecode==1.2

View File

@ -3,16 +3,16 @@
# Please edit 'setup.cfg' to add top-level dependencies and use
# './contrib/refresh-requirements.sh to regenerate this file
amqp==2.3.2
amqp==2.4.2
billiard==3.5.0.5
celery==4.1.1
certifi==2018.11.29
certifi==2019.3.9
chardet==3.0.4
Click==7.0
dj-database-url==0.5.0
Django==1.11.18
Django==1.11.20
django-allauth==0.35.0
django-appconf==1.0.2
django-appconf==1.0.3
django-avatar==4.1.0
django-compressor==2.2
django-crispy-forms==1.7.2
@ -22,19 +22,23 @@ django-jsonfield==1.0.1
django-redis-cache==1.7.1
django-shortuuidfield==0.1.3
djangorestframework==3.7.7
dnspython==1.16.0
enum34==1.1.6
gunicorn==19.7.1
eventlet==0.24.1
greenlet==0.4.15
gunicorn==19.9.0
idna==2.8
influxdb==5.2.1
kaitaistruct==0.8
kombu==4.2.2.post1
lxml==4.3.0
kombu==4.4.0
lxml==4.3.2
Markdown==2.6.11
monotonic==1.5
mysqlclient==1.3.14
oauthlib==2.1.0
oauthlib==3.0.1
Pillow==5.4.1
PyJWT==1.7.1
python-dateutil==2.7.5
python-dateutil==2.8.0
python-decouple==3.1
python-dotenv==0.6.5
python-openid==2.2.5
@ -42,17 +46,17 @@ pytz==2018.9
rcssmin==1.0.6
redis==2.10.6
requests==2.21.0
requests-oauthlib==1.0.0
requests-oauthlib==1.2.0
rjsmin==1.0.12
satellitetle==0.5.1
satnogsdecoders~=0.0
sentry-sdk==0.6.6
satnogsdecoders==0.7.2
sentry-sdk==0.6.9
sgp4==1.4
shortuuid==0.5.0
simplejson==3.16.0
six==1.12.0
social-auth-app-django==1.2.0
social-auth-core==2.0.0
social-auth-core==3.1.0
Unipath==1.1
urllib3==1.24.1
vine==1.2.0

View File

@ -30,7 +30,7 @@ install_requires =
celery~=4.1.0
# Deployment
mysqlclient~=1.3.0
gunicorn~=19.7.0
gunicorn[eventlet]~=19.9.0
# Cache
django-redis-cache~=1.7.0
redis<3