mypy: Switch to PyQt5-stubs release
Hopefully we get more frequent releases now
This commit is contained in:
parent
5d1168ca01
commit
a96f6b4589
|
|
@ -12,6 +12,6 @@ mypy==0.812
|
|||
mypy-extensions==0.4.3
|
||||
pluggy==0.13.1
|
||||
Pygments==2.8.0
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@3e0dabfa06ff483fc578e408d000ce50fe4ecf73#egg=PyQt5_stubs
|
||||
PyQt5-stubs==5.15.2.0
|
||||
typed-ast==1.4.2
|
||||
typing-extensions==3.7.4.3
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ mypy
|
|||
lxml # For HTML reports
|
||||
diff-cover
|
||||
importlib_resources # So stubs are available even on newer Python versions
|
||||
-e git+https://github.com/stlehmann/PyQt5-stubs.git@master#egg=PyQt5-stubs
|
||||
PyQt5-stubs
|
||||
|
|
|
|||
Loading…
Reference in New Issue