Skip to content

Commit

Permalink
Upgrade jsmin to 3.0.0
Browse files Browse the repository at this point in the history
Version 2.2.2 is not longer compatible with setuptools
due to use of 2to3. Version 3.0.0 removes support of Python 2.
See tikitu/jsmin#33 for more details.
  • Loading branch information
ex5 committed Oct 25, 2021
1 parent 175bf9b commit 696d483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
27 changes: 3 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django-pipeline = "^2.0"
psycopg2 = "^2.8"
blender_id_oauth_client = "^0.9.3"
libsasscompiler = "^0.1.5"
jsmin = "^2.2.2"
jsmin = "3.0.0"
sorl-thumbnail = "^12.7.0"
mistune = "2.0.0a4"
looper = {git = "git://git.blender.org/looper.git", branch = "patched-clock"}
Expand Down

0 comments on commit 696d483

Please sign in to comment.