Skip to content

Commit

Permalink
Merge pull request #122 from wimglenn/packaging!=22
Browse files Browse the repository at this point in the history
blacklist packaging v22.0 due to bug https://github.com/pypa/packagin…
  • Loading branch information
wimglenn authored May 26, 2023
2 parents ba2e57f + 6132be7 commit 97185d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion johnnydep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Display dependency tree of Python distribution"""

__version__ = "1.20.0"
__version__ = "1.20.1"

from johnnydep.lib import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"oyaml",
"toml",
"pip",
"packaging >= 17",
"packaging >= 17, != 22",
"wheel >= 0.32.0",
"importlib_metadata ; python_version < '3.10'",
"zipfile38 ; python_version < '3.8' and python_version != '2.7'",
Expand Down

0 comments on commit 97185d2

Please sign in to comment.