diff options
author | Miku Chan <34207400+Dhruvacube@users.noreply.github.com> | 2021-12-07 20:42:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 16:12:34 +0100 |
commit | cf623b51de119bb8a4498c92b0f07fa9f10e485d (patch) | |
tree | 6da6d3f13b337f9e0e8451f74a3fbd16b5acc557 /setup.py | |
parent | ef45175ecc9d5a649b112fdc156838aaff74bf72 (diff) | |
download | django-compressor-cf623b51de119bb8a4498c92b0f07fa9f10e485d.tar.gz |
Update RCSSMIN version (#1085)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ setup( zip_safe=False, install_requires=[ 'django-appconf >= 1.0.3', - 'rcssmin == 1.0.6', + 'rcssmin == 1.1.0', 'rjsmin == 1.2.0', ], ) |