Skip to content

Commit

Permalink
pin click to fix 'ImportError: cannot import name '_unicodefun' from …
Browse files Browse the repository at this point in the history
…'click'' error from black during linting.
  • Loading branch information
msmdev committed Jul 28, 2022
1 parent 421d935 commit b09fa66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pin click to fix "ImportError: cannot import name '_unicodefun' from 'click'" error from black during linting
click==8.0.1
docrep>=0.3.1
# pin jinja2 to fix "module 'jinja2.utils' has no attribute 'escape'" error during linting
jinja2==3.0.3
Expand Down

0 comments on commit b09fa66

Please sign in to comment.