mypy: Use own copy of PyQt5-stubs

The one by upstream need various fixes which aren't merged yet.
This commit is contained in:
Florian Bruhin 2018-11-26 17:49:25 +01:00
parent 01b2c40272
commit ee1f7a5187
2 changed files with 5 additions and 2 deletions

View File

@ -4,5 +4,5 @@ mypy==0.641
mypy-extensions==0.4.1
PyQt5==5.11.3
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

View File

@ -1,2 +1,5 @@
mypy
PyQt5-stubs
-e git+https://github.com/qutebrowser/PyQt5-stubs.git@wip#egg=PyQt5-stubs
# remove @commit-id for scm installs
#@ replace: @.*# @wip#