diff options
| author | Albert Wang <git@albertyw.com> | 2019-12-14 12:02:03 -0800 |
|---|---|---|
| committer | Albert Wang <git@albertyw.com> | 2019-12-14 12:08:07 -0800 |
| commit | 3db1c6e7361901e09384b1dacd25fc882e362f9a (patch) | |
| tree | fc2b25bb66a641a9688418814c6df55c1f37ce86 | |
| parent | 4dfca688fc2f4fa84cb5e732a51b25de3c7edd37 (diff) | |
| download | django-compressor-3db1c6e7361901e09384b1dacd25fc882e362f9a.tar.gz | |
Use a fork of django-classy-tags to get django 3.0 support
| -rw-r--r-- | requirements/tests.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements/tests.txt b/requirements/tests.txt index e772dae..0440f49 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -6,6 +6,9 @@ Jinja2==2.10.1 lxml==4.2.5 beautifulsoup4==4.6.3 django-sekizai==1.0.0 +-e git://github.com/mbi/django-classy-tags.git@0ddd19876e8ee6cc3b86c94dd4411fee80eb8dbf#egg=django-classy-tags + # django-classy-tags is a dependency of django-sekizai; use https://github.com/divio/django-classy-tags/pull/46 until + # the PR gets landed and django-sekizai gets updated to be compatible with django 3.0 csscompressor==0.9.5 rcssmin==1.0.6 rjsmin==1.1.0 |
