1
0
Fork 0

Roll a couple of libraries back

We seemed to hit a regression in celery with db-dev that should have been fixed in https://github.com/celery/celery/issues/6445 but is causing us issues.

Also pulling the social-auth package back with a weird ssl recursion issue.

Signed-off-by: Corey Shields <cshields@gmail.com>
spacecruft
Corey Shields 2020-12-29 22:04:24 -05:00
parent 17f4ab100b
commit 46eb5aa8c8
3 changed files with 8 additions and 13 deletions

View File

@ -7,6 +7,7 @@
Faker==5.1.0
apipkg==1.5
appdirs==1.4.4
click==7.1.2
coverage==5.3.1
distlib==0.3.1
docopt==0.6.1

View File

@ -3,19 +3,15 @@
# Please edit 'setup.cfg' to add top-level dependencies and use
# './contrib/refresh-requirements.sh to regenerate this file
amqp==5.0.2
amqp==2.6.1
asgiref==3.3.1
attrs==20.3.0
billiard==3.6.3.0
cachetools==4.2.0
celery==5.0.5
celery==4.3.1
certifi==2020.12.5
cffi==1.14.4
chardet==4.0.0
click==7.1.2
click-didyoumean==0.0.3
click-plugins==1.1.1
click-repl==0.1.6
cryptography==3.3.1
defusedxml==0.7.0rc1
dj-database-url==0.5.0
@ -47,7 +43,7 @@ idna==2.10
importlib-metadata==1.7.0
influxdb==5.3.1
kaitaistruct==0.9
kombu==5.0.2
kombu==4.6.11
Logbook==1.5.3
lxml==4.6.2
Markdown==3.3.3
@ -56,7 +52,6 @@ mysqlclient==2.0.2
numpy==1.19.4
oauthlib==3.1.0
Pillow==8.0.1
prompt-toolkit==3.0.8
pycparser==2.20
PyJWT==2.0.0
PyLD==2.0.3
@ -80,13 +75,12 @@ sgp4==2.14
shortuuid==1.0.1
simplejson==3.17.2
six==1.15.0
social-auth-app-django==4.0.0
social-auth-app-django==3.4.0
social-auth-core==3.3.3
spacetrack==0.15.0
sqlparse==0.4.1
Unipath==1.1
uritemplate==3.0.1
urllib3==1.26.2
vine==5.0.0
wcwidth==0.2.5
vine==1.3.0
zipp==3.4.0

View File

@ -27,7 +27,7 @@ install_requires =
Django~=3.1.0
django-shortuuidfield~=0.1.0
django-jsonfield~=1.4.0
celery~=5.0.0
celery~=4.3.0
# Deployment
mysqlclient~=2.0.0
gunicorn[eventlet]~=20.0.0
@ -47,7 +47,7 @@ install_requires =
django-allauth~=0.44.0
django-avatar~=5.0.0
django-crispy-forms~=1.10.0
social-auth-app-django~=4.0.0
social-auth-app-django~=3.4.0
# Static
django_compressor~=2.4.0
# API