Skip to content

Commit

Permalink
Use packaging versions < 22.0 to prevent issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Dec 8, 2022
1 parent f78823c commit aa1b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_requires =
setuptools>=19.3
Click>=8.0.2
requests
packaging>=21.0
packaging>=21.0,<22.0
dparse>=0.6.2
ruamel.yaml>=0.17.21
dataclasses==0.8; python_version=="3.6"
Expand Down

0 comments on commit aa1b153

Please sign in to comment.