parent
e55294ccc9
commit
f84b74823c
|
|
@ -0,0 +1,7 @@
|
|||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||
|
||||
PyQt5==5.15.3
|
||||
PyQt5-Qt==5.15.2
|
||||
PyQt5-sip==12.8.1
|
||||
PyQtWebEngine==5.15.3
|
||||
PyQtWebEngine-Qt==5.15.2
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
PyQt5==5.15.3
|
||||
PyQtWebEngine==5.15.3
|
||||
2
tox.ini
2
tox.ini
|
|
@ -150,7 +150,7 @@ passenv = APPDATA HOME PYINSTALLER_DEBUG
|
|||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/misc/requirements/requirements-pyinstaller.txt
|
||||
-r{toxinidir}/misc/requirements/requirements-pyqt.txt
|
||||
-r{toxinidir}/misc/requirements/requirements-pyqt-pyinstaller.txt
|
||||
commands =
|
||||
{envbindir}/pyinstaller --noconfirm misc/qutebrowser.spec
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue