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 63eba31 commit f0f50f5Copy full SHA for f0f50f5
1 file changed
setup.py
@@ -32,7 +32,9 @@
32
"Programming Language :: Python :: 3.9",
33
"Programming Language :: Python :: 3.10",
34
],
35
- install_requires=[],
+ install_requires=[
36
+ "typing-extensions>=4.1,<5; python_version < '3.8'",
37
+ ],
38
python_requires=">=3.6,<4",
39
packages=find_packages("src"),
40
package_dir={"": "src"},
0 commit comments