Skip to content

Commit

Permalink
Add explicit dependency on attrs
Browse files Browse the repository at this point in the history
pytest itself dropped the dependency some time ago, but we should explicitly declare it anyway.
  • Loading branch information
nicoddemus committed Mar 12, 2024
1 parent 2803a06 commit 14a0c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ packages=find:
py_modules = pytest_rich
python_requires = >=3.7
install_requires =
attrs
pytest >= 7.0
rich
typing_extensions; python_version < '3.8'
Expand Down

0 comments on commit 14a0c3f

Please sign in to comment.