Skip to content

Commit 794bdad

Browse files
authored
Update setup.py
1 parent fd4229e commit 794bdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
packages=find_packages(where="src"),
99
package_dir={"": "src"},
1010
entry_points={"pytest11": ["pytest-qt = pytestqt.plugin"]},
11-
install_requires=["pytest", "pluggy>=1.1"],
11+
install_requires=["pytest", "pluggy>=1.1", "typing_extensions"],
1212
extras_require={
1313
"doc": ["sphinx", "sphinx_rtd_theme"],
1414
"dev": ["pre-commit", "tox"],

0 commit comments

Comments
 (0)