mypy: Use own copy of PyQt5-stubs
The one by upstream need various fixes which aren't merged yet.
This commit is contained in:
parent
01b2c40272
commit
ee1f7a5187
@ -4,5 +4,5 @@ mypy==0.641
|
|||||||
mypy-extensions==0.4.1
|
mypy-extensions==0.4.1
|
||||||
PyQt5==5.11.3
|
PyQt5==5.11.3
|
||||||
PyQt5-sip==4.19.13
|
PyQt5-sip==4.19.13
|
||||||
PyQt5-stubs==5.11.3.0
|
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5_stubs
|
||||||
typed-ast==1.1.0
|
typed-ast==1.1.0
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
mypy
|
mypy
|
||||||
PyQt5-stubs
|
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5-stubs
|
||||||
|
|
||||||
|
# remove @commit-id for scm installs
|
||||||
|
#@ replace: @.*# @wip#
|
||||||
|
Loading…
Reference in New Issue
Block a user