Fix double PyQt5 requirement
PyQt5-stubs tries to pull in PyQt5 5.11.3 but we want PyQt 5.12 (which works fine) from requirements-pyqt.txt.
This commit is contained in:
parent
9ce8e40a90
commit
b31e5642de
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
mypy==0.670
|
mypy==0.670
|
||||||
mypy-extensions==0.4.1
|
mypy-extensions==0.4.1
|
||||||
PyQt5==5.12
|
# PyQt5==5.11.3
|
||||||
PyQt5-sip==4.19.13
|
# PyQt5-sip==4.19.14
|
||||||
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5_stubs
|
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5_stubs
|
||||||
typed-ast==1.3.1
|
typed-ast==1.3.1
|
||||||
|
@ -3,3 +3,4 @@ mypy
|
|||||||
|
|
||||||
# remove @commit-id for scm installs
|
# remove @commit-id for scm installs
|
||||||
#@ replace: @.*# @wip#
|
#@ replace: @.*# @wip#
|
||||||
|
#@ ignore: PyQt5, PyQt5-sip
|
||||||
|
Loading…
Reference in New Issue
Block a user