diff options
| author | Mathieu Pillard <diox@users.noreply.github.com> | 2021-04-12 22:23:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-12 22:23:41 +0200 |
| commit | a56d95e703d53336d1fe4974c745f3b01297229f (patch) | |
| tree | 813d3980225f91f41b145ec41dc515ebb3511d3d /requirements | |
| parent | 34d1561f5079bee9c8ca7e9f980ce40606cdc1d8 (diff) | |
| parent | 65a16102cc5d4b27a7200f48728315138b10f153 (diff) | |
| download | django-compressor-a56d95e703d53336d1fe4974c745f3b01297229f.tar.gz | |
Merge pull request #1048 from browniebroke/update-supported-versions
Update Django/Python support
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/tests.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/requirements/tests.txt b/requirements/tests.txt index 6ec745b..523d335 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -5,10 +5,7 @@ mock==2.0.0 Jinja2==2.10.1 lxml==4.6.2 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 +django-sekizai==2.0.0 csscompressor==0.9.5 rcssmin==1.0.6 rjsmin==1.1.0 |
