Skip to content

Commit a6d0fc3

Browse files
authored
Remove typing-extensions from requirements (#13516)
1 parent 82fc2ec commit a6d0fc3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ langcodes>=3.2.0,<4.0.0
2222
# Official Python utilities
2323
setuptools
2424
packaging>=20.0
25-
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
2625
# Development dependencies
2726
pre-commit>=2.13.0
2827
cython>=0.25,<3.0

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ install_requires =
6666
# Official Python utilities
6767
setuptools
6868
packaging>=20.0
69-
typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8"
7069
langcodes>=3.2.0,<4.0.0
7170

7271
[options.entry_points]

0 commit comments

Comments
 (0)