Skip to content

Commit

Permalink
Pin setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Aug 1, 2023
1 parent b207c49 commit c8d9f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

install_requires = ["requests-oauthlib~=1.3.1", "pydantic~=1.7.3"]

tests_require = ["pytest", "black~=23.0"]
tests_require = ["pytest", "black~=23.0", "setuptools~=68"]

with open("README.md") as fh:
readme = fh.read()
Expand Down

0 comments on commit c8d9f52

Please sign in to comment.