Skip to content

Commit

Permalink
add attrs explicit dependency (#10354)
Browse files Browse the repository at this point in the history
fixes AttrsInstance import failing, fixed by python-attrs/attrs#987
  • Loading branch information
shcheklein committed Mar 16, 2024
1 parent a80d224 commit 017a510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -31,6 +31,7 @@ classifiers = [
dynamic = ["version"]

dependencies = [
"attrs>=22.2.0",
"colorama>=0.3.9",
"configobj>=5.0.6",
"distro>=1.3",
Expand Down

0 comments on commit 017a510

Please sign in to comment.