Skip to content

Commit

Permalink
Pin packaging < 22.0
Browse files Browse the repository at this point in the history
In version 22.0, `packaging` dropped `LegacyVersion`, which we rely on.

See pypa/packaging#321
  • Loading branch information
goerz committed Jan 25, 2023
1 parent a3c1c39 commit c6e6aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def get_version(filename):
requirements = [
'click >= 6.7',
'jinja2',
'packaging',
'packaging < 22.0',
'pyparsing >= 2.0.2',
'setuptools',
'sphinx',
Expand Down

0 comments on commit c6e6aeb

Please sign in to comment.