Skip to content

Commit

Permalink
blacklist packaging v22.0 due to bug pypa/packaging#638
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed May 26, 2023
1 parent ba2e57f commit 6132be7
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
@@ -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
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 6132be7

Please sign in to comment.