1
0
Fork 0

Update celery and dependencies

celery needed updating to avoid a 3.7 bug (see https://github.com/celery/celery/issues/4500 )

Signed-off-by: Corey Shields <cshields@gmail.com>
merge-requests/391/head
Corey Shields 2019-07-04 20:05:00 -04:00 committed by Fabian P. Schmidt
parent f734919b61
commit dc06369f9a
3 changed files with 27 additions and 20 deletions

View File

@ -4,28 +4,35 @@
# './contrib/refresh-requirements.sh to regenerate this file
-r requirements.txt
Faker==0.8.18
apipkg==1.5
atomicwrites==1.3.0
attrs==19.1.0
configparser==3.7.4
contextlib2==0.5.5
coverage==4.5.3
docopt==0.6.1
docopts==0.6.1
execnet==1.6.0
factory-boy==2.11.1
Faker==0.8.18
funcsigs==1.0.2
importlib-metadata==0.18
ipaddress==1.0.22
mock==2.0.0
more-itertools==5.0.0
pathlib2==2.3.3
pbr==5.1.3
pluggy==0.9.0
packaging==19.0
pathlib2==2.3.4
pbr==5.4.0
pluggy==0.12.0
pur==5.2.2
py==1.8.0
pytest==4.4.1
pyparsing==2.4.0
pytest-cov==2.6.1
pytest-django==3.4.8
pytest-forked==0.2
pytest-xdist==1.25.0
pytest==4.6.4
scandir==1.10.0
text-unidecode==1.2
wcwidth==0.1.7
zipp==0.5.1

View File

@ -3,14 +3,14 @@
# Please edit 'setup.cfg' to add top-level dependencies and use
# './contrib/refresh-requirements.sh to regenerate this file
amqp==2.4.2
billiard==3.5.0.5
celery==4.1.1
certifi==2019.3.9
amqp==2.5.0
billiard==3.6.0.0
celery==4.3.0
certifi==2019.6.16
chardet==3.0.4
Click==7.0
dj-database-url==0.5.0
Django==1.11.20
Django==1.11.22
django-allauth==0.35.0
django-appconf==1.0.3
django-avatar==4.1.0
@ -24,19 +24,19 @@ django-shortuuidfield==0.1.3
djangorestframework==3.7.7
dnspython==1.16.0
enum34==1.1.6
eventlet==0.24.1
eventlet==0.25.0
greenlet==0.4.15
gunicorn==19.9.0
idna==2.8
influxdb==5.2.2
kaitaistruct==0.8
kombu==4.5.0
lxml==4.3.3
kombu==4.6.3
lxml==4.3.4
Markdown==2.6.11
monotonic==1.5
mysqlclient==1.3.14
oauthlib==3.0.1
Pillow==6.0.0
oauthlib==3.0.2
Pillow==6.1.0
PyJWT==1.7.1
python-dateutil==2.8.0
python-decouple==3.1
@ -45,18 +45,18 @@ python-openid==2.2.5
pytz==2019.1
rcssmin==1.0.6
redis==3.2.1
requests==2.21.0
requests==2.22.0
requests-oauthlib==1.2.0
rjsmin==1.0.12
satellitetle==0.7.0
satnogsdecoders~=0.0
sentry-sdk==0.7.12
sentry-sdk==0.7.14
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==3.1.0
social-auth-core==3.2.0
Unipath==1.1
urllib3==1.24.2
urllib3==1.24.3
vine==1.3.0

View File

@ -27,7 +27,7 @@ install_requires =
Django~=1.11.0
django-shortuuidfield~=0.1.0
django-jsonfield~=1.0.0
celery~=4.1.0
celery~=4.3.0
# Deployment
mysqlclient~=1.3.0
gunicorn[eventlet]~=19.9.0