Skip to content

Commit

Permalink
Add py dependency
Browse files Browse the repository at this point in the history
Fix #97
Close #98

Add `py` dependency

See #97, https://docs.pytest.org/en/stable/changelog.html#pytest-7-2-0-2022-10-23

update setup.py
  • Loading branch information
leonardt authored and henry0312 committed Oct 28, 2022
1 parent d431a5d commit 6daef52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
install_requires=[
'pytest>=7.0',
'pycodestyle',
'py',
],
extras_require={
'tests': [
Expand Down

0 comments on commit 6daef52

Please sign in to comment.