File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ sortedcontainers==2.4.0
2020tomli==2.0.1
2121trio==0.22.2
2222typed-ast==1.5.5
23+ typing-extensions==4.7.1
2324zipp==3.17.0
Original file line number Diff line number Diff line change 11# Always adjust install_requires in setup.cfg and pytest-min-requirements.txt
22# when changing runtime dependencies
33pytest >= 7.0.0
4+ typing-extensions >= 4.0 ; python_version < "3.11"
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ requests==2.28.1
1919sortedcontainers==2.4.0
2020tomli==2.0.1
2121urllib3==1.26.12
22+ typing-extensions==4.7.1
2223xmlschema==2.1.1
Original file line number Diff line number Diff line change 11# Always adjust install_requires in setup.cfg and requirements.txt
22# when changing minimum version dependencies
33pytest [testing ] == 7.0.0
4+ typing-extensions >= 4.0 ; python_version < "3.11"
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ include_package_data = True
4141# Always adjust requirements.txt and pytest-min-requirements.txt when changing runtime dependencies
4242install_requires =
4343 pytest >= 7.0.0
44+ typing-extensions >= 4.0; python_version < "3.11"
4445
4546[options.extras_require]
4647testing =
You can’t perform that action at this time.
0 commit comments