1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

requirements-dev: Pin setuptools to 60.10.0 for now

This commit is contained in:
Athanasius 2022-06-06 14:25:45 +01:00
parent 77145831fe
commit 44ecfb12cb
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -5,7 +5,9 @@ wheel
# We can't rely on just picking this up from either the base (not venv),
# or venv-init-time version. Specify here so that dependabot will prod us
# about new versions.
setuptools==62.3.2
## Anything later than 60.10.0 complains about auto-discovering multiple
## packages. ref: <https://github.com/py2exe/py2exe/issues/136>
setuptools==60.10.0
# Static analysis tools
flake8==4.0.1