We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4229e commit 794bdadCopy full SHA for 794bdad
setup.py
@@ -8,7 +8,7 @@
8
packages=find_packages(where="src"),
9
package_dir={"": "src"},
10
entry_points={"pytest11": ["pytest-qt = pytestqt.plugin"]},
11
- install_requires=["pytest", "pluggy>=1.1"],
+ install_requires=["pytest", "pluggy>=1.1", "typing_extensions"],
12
extras_require={
13
"doc": ["sphinx", "sphinx_rtd_theme"],
14
"dev": ["pre-commit", "tox"],
0 commit comments