diff options
author | Florian Bruhin <me@the-compiler.org> | 2021-01-04 09:52:10 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2021-01-04 09:52:10 +0100 |
commit | 3992ff8d08e64cffe1ad7867917dba01cafda4e5 (patch) | |
tree | a3656dc45e602b26d39022799cafeb9e0990fe6f | |
parent | e12bb67f6698ace6cc446807cd861a0d4337485a (diff) | |
download | qutebrowser-3992ff8d08e64cffe1ad7867917dba01cafda4e5.tar.gz qutebrowser-3992ff8d08e64cffe1ad7867917dba01cafda4e5.zip |
requirements: Downgrade PyQt5-stubs for now
See https://github.com/stlehmann/PyQt5-stubs/pull/126
-rw-r--r-- | misc/requirements/requirements-mypy.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt index 2024aec64..4e370dfb7 100644 --- a/misc/requirements/requirements-mypy.txt +++ b/misc/requirements/requirements-mypy.txt @@ -11,6 +11,6 @@ mypy==0.790 mypy-extensions==0.4.3 pluggy==0.13.1 Pygments==2.7.3 --e git+https://github.com/stlehmann/PyQt5-stubs.git@307eb693f63bd91ac67631ea57c4620e2c363435#egg=PyQt5_stubs +-e git+https://github.com/stlehmann/PyQt5-stubs.git@998632b9d6771137f9665732b03eba25c8b4e920#egg=PyQt5_stubs typed-ast==1.4.2 typing-extensions==3.7.4.3 |