summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-04-04 09:33:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-04-04 09:33:18 +0200
commit0b0be06e54017dd22456f833710891062cf65f8b (patch)
treea93cbb5d29564e4dc33b747d435434ae6b22ae65
parent8f66fc3a4da8cf7b225f7b70901676384c4025be (diff)
downloadqutebrowser-0b0be06e54017dd22456f833710891062cf65f8b.tar.gz
qutebrowser-0b0be06e54017dd22456f833710891062cf65f8b.zip
Drop types-dataclasses
There is https://github.com/python/typeshed/blob/master/stdlib/dataclasses.pyi for the stdlib one
-rw-r--r--misc/requirements/requirements-mypy.txt1
-rw-r--r--misc/requirements/requirements-mypy.txt-raw1
2 files changed, 0 insertions, 2 deletions
diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt
index d8fbba5ee..5fd322100 100644
--- a/misc/requirements/requirements-mypy.txt
+++ b/misc/requirements/requirements-mypy.txt
@@ -13,7 +13,6 @@ pluggy==1.0.0
Pygments==2.11.2
PyQt5-stubs==5.15.2.0
tomli==2.0.1
-types-dataclasses==0.6.4
types-PyYAML==6.0.5
typing_extensions==4.1.1
zipp==3.7.0
diff --git a/misc/requirements/requirements-mypy.txt-raw b/misc/requirements/requirements-mypy.txt-raw
index 4baeec11f..dd00d3219 100644
--- a/misc/requirements/requirements-mypy.txt-raw
+++ b/misc/requirements/requirements-mypy.txt-raw
@@ -3,7 +3,6 @@ lxml # For HTML reports
diff-cover
PyQt5-stubs
-types-dataclasses
types-PyYAML
# So stubs are available even on newer Python versions