Browse Source

django-compressor doesn't have a Django 3 compatible release yet. Use a development version temporarily. Details: https://github.com/django-compressor/django-compressor/issues/963

pull/313/head
Pēteris Caune 5 years ago
parent
commit
01bb03c889
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      requirements.txt

+ 1
- 1
requirements.txt View File

@ -1,6 +1,6 @@
croniter==0.3.30
Django==3.0
django_compressor==2.3
-e git://github.com/django-compressor/django-compressor.git@a5bfd775450428e1a261b88e1e5424bfb4dde081#egg=django_compressor
psycopg2==2.8.3
pytz==2019.1
requests==2.22.0

Loading…
Cancel
Save