Attempt to inherit the base dependencies in the pyinstaller env

This commit is contained in:
Jean-Paul Calderone 2020-01-20 11:35:14 -05:00
parent fde589978a
commit 9a6d5cb628

View File

@ -171,6 +171,7 @@ commands =
install_command = python -m pip install --no-use-pep517 {opts} {packages}
extras =
deps =
{[testenv]deps}
packaging
pyinstaller
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.