diff options
Diffstat (limited to 'requirements/pins.pip')
-rw-r--r-- | requirements/pins.pip | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 223e7cbd..04721c8b 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -5,3 +5,7 @@ cibuildwheel==1.7.0 tox-gh-actions==2.2.0 + +# setuptools 45.x is py3-only +setuptools==44.1.1 +wheel==0.35.1 |