Skip to content

Commit

Permalink
Pinning setuptools in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gansel51 authored and jshcodes committed Jul 19, 2024
1 parent 570a6cf commit ff22953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dev_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
include_package_data=True,
install_requires=[
"requests",
"urllib3"
"urllib3",
"setuptools~=70.3.0"
],
extras_require={
"dev": [
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
include_package_data=True,
install_requires=[
"requests",
"urllib3"
"urllib3",
"setuptools~=70.3.0"
],
extras_require={
"dev": [
Expand Down

0 comments on commit ff22953

Please sign in to comment.