Skip to content

Commit

Permalink
Update RCSSMIN version (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvacube committed Dec 7, 2021
1 parent ef45175 commit cf623b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/tests.txt
Expand Up @@ -8,6 +8,6 @@ django-sekizai==2.0.0
flake8==3.9.1
html5lib==1.1
lxml==4.6.3
rcssmin==1.0.6
rjsmin==1.1.0
rcssmin==1.1.0
rjsmin==1.2.0
slimit==0.8.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -146,7 +146,7 @@ def find_package_data(where='.', package='',
zip_safe=False,
install_requires=[
'django-appconf >= 1.0.3',
'rcssmin == 1.0.6',
'rcssmin == 1.1.0',
'rjsmin == 1.2.0',
],
)

0 comments on commit cf623b5

Please sign in to comment.