Skip to content

Commit

Permalink
Merge pull request #74 from mrf345/testing
Browse files Browse the repository at this point in the history
Fix black build failure, and remove click pin
  • Loading branch information
mrf345 authored Apr 5, 2022
2 parents f333461 + 6bc9bbc commit 56374ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flask_minify/about.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.38"
__version__ = "0.39"
__doc__ = "Flask extension to minify html, css, js and less."
__license__ = "MIT"
__author__ = "Mohamed Feddad"
Expand Down
4 changes: 0 additions & 4 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ htmlmin
jsmin
xxhash
rcssmin

# FIXME: temproary lock to resolve
# ImportError: cannot import name '_unicodefun' from 'click'
click==8.0.1
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-runner
pytest-cov
coverage
isort==5.10.1
black==22.1.0
black==22.3.0

0 comments on commit 56374ed

Please sign in to comment.