1
0
Fork 0

Unpin version of django-compressor python library

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
spacecruft
Alfredos-Panagiotis Damkalis 2022-04-23 15:13:02 +03:00
parent cdd2cee02f
commit 56255a0ad5
3 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@ docopt==0.6.1
docopts==0.6.1
execnet==1.9.0
factory-boy==3.2.1
Faker==13.3.4
Faker==13.4.0
filelock==3.6.0
iniconfig==1.1.1
mock==4.0.3

View File

@ -26,7 +26,7 @@ django-allauth==0.50.0
django-appconf==1.0.5
django-avatar @ git+https://github.com/ntoll/django-avatar@68340e8ac603401cfbf05b71bd3f6ad6232fe66c
django-bootstrap-modal-forms==2.2.0
django-compressor @ git+https://github.com/django-compressor/django-compressor.git@00910e0bd5295044befacdad7b88249ec7bbf142
django-compressor==4.0
django-cors-headers==3.11.0
django-countries==7.3.2
django-crispy-forms==1.14.0
@ -42,7 +42,7 @@ ecdsa==0.17.0
enum34==1.1.10
eventlet==0.30.2
fontawesomefree==6.1.1
frozendict==2.3.1
frozendict==2.3.2
greenlet==1.1.2
gunicorn==19.9.0
h5py==3.6.0

View File

@ -53,8 +53,7 @@ install_requires =
# Needed by Auth0, https://auth0.com/blog/django-authentication/#Adding-Authentication
python-jose[cryptography]~=3.3.0
# Static
# pinning until https://github.com/django-compressor/django-compressor/pull/1107 is released
django_compressor @ git+https://github.com/django-compressor/django-compressor.git@00910e0bd5295044befacdad7b88249ec7bbf142
django_compressor~=4.0.0
# API
djangorestframework~=3.13.0
drf-spectacular~=0.22.0