Skip to content
Snippets Groups Projects

Update backend dependencies

Merged Georg Krause requested to merge 1356-update-packages into develop
Compare and
5 files
+ 65
40
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 20
21
@@ -4,7 +4,7 @@ setuptools>=49
django-environ~=0.4.0
# Images
Pillow~=7.0.0
Pillow~=8.2.0
django-allauth~=0.42.0
@@ -16,21 +16,20 @@ pytz==2020.1
# Redis support
django-redis~=4.12.0
redis~=3.5.0
kombu~=4.6.0
celery~=4.4.0
kombu~=5.0.0
celery~=5.0.0
# Your custom requirements go here
django-cors-headers~=3.4.0
django-cors-headers~=3.7.0
musicbrainzngs~=0.7.1
djangorestframework~=3.11.0
arrow~=0.15.5
djangorestframework~=3.12.2
arrow~=1.1.0
persisting-theory~=0.2.0
django-versatileimagefield~=2.0.0
django-filter~=2.3.0
django-filter~=2.4.0
django-rest-auth~=0.9.0
ipython~=7.10.0
ipython~=7.22.0
mutagen~=1.45.0
pymemoize~=1.0.0
@@ -38,38 +37,38 @@ pymemoize~=1.0.0
django-dynamic-preferences~=1.10
python-magic~=0.4.0
channels~=2.4.0
channels_redis~=3.0.0
uvicorn[standard]~=0.12.0
gunicorn~=20.0.0
channels_redis~=3.2.0
uvicorn[standard]~=0.13.4
gunicorn~=20.1.0
cryptography~=2.9.0
# requests-http-signature==0.0.3
# clone until the branch is merged and released upstream
git+https://github.com/agateblue/requests-http-signature.git@signature-header-support
django-cleanup~=5.0.0
django-cleanup~=5.2.0
requests~=2.25.1
pyOpenSSL~=19.1.0
# for LDAP authentication
python-ldap~=3.3.0
django-auth-ldap~=2.2.0
django-auth-ldap~=2.4.0
pydub~=0.24.0
pydub~=0.25.1
pyld~=1.0.0
aiohttp~=3.7.4
django-oauth-toolkit~=1.3.0
django-storages~=1.9.0
boto3~=1.14.0
django-storages~=1.11.1
boto3~=1.17.59
unicode-slugify~=0.1.0
django-cacheops~=5.0.0
django-cacheops~=5.1.0
click~=7.1.0
service_identity~=18.1.0
markdown~=3.2.0
bleach~=3.1.0
markdown~=3.3.4
bleach~=3.3.0
feedparser~=6.0.0
watchdog~=1.0.2
watchdog~=2.0.3
## Pin third party dependency to avoid issue with latest version
twisted==20.3.0
Loading