mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
requirements-dev.txt: Start listing setuptools explicitly
It turned out that the "fixes semantic_version 2.9.0" version of py2exe then has an issue with infi.systray because I was still using `setuptools==60.6.0`, as that's what was latest when I last did anything to cause its installation in my venv. So, list it explicitly on the latest version, which works with py2exe from <https://github.com/py2exe/py2exe/actions/runs/1834917831>, and then dependabot should prod us to keep it up to date.
This commit is contained in:
parent
91276aa99c
commit
447908fd0c
@ -2,6 +2,11 @@
|
||||
# Using legacy 'setup.py install' for flake8-annotations-coverage, since package 'wheel' is not installed.
|
||||
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.
|
||||
setupttools=60.8.2
|
||||
|
||||
# Static analysis tools
|
||||
flake8==4.0.1
|
||||
flake8-annotations-coverage==0.0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user