Skip to content

Commit 773a557

Browse files
committed
build: Added missing explicit dependency on typing-extensions to pytest-min-requirements.
Signed-off-by: Michael Seifert <[email protected]>
1 parent fe37483 commit 773a557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest-min-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Always adjust install_requires in setup.cfg and requirements.txt
22
# when changing minimum version dependencies
33
pytest == 6.1.0
4+
typing-extensions >= 3.7.2; python_version < "3.8"

0 commit comments

Comments
 (0)