Skip to content

Commit

Permalink
Attempt to pin setuptools to fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 26, 2022
1 parent 7e33fca commit 894f411
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 @@ -23,7 +23,7 @@
required = [
"pip>=18.0",
"certifi",
"setuptools>=36.2.1",
"setuptools==60.10.0",
"virtualenv-clone>=0.2.5",
"virtualenv"
]
Expand Down

0 comments on commit 894f411

Please sign in to comment.