We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb13b40 commit 0c763d1Copy full SHA for 0c763d1
setup.py
@@ -118,5 +118,6 @@ def finalize_options(self) -> None:
118
MYPY_DEPENDENCY,
119
]
120
},
121
+ install_requires=["mypy-extensions>=1.0.0"],
122
cmdclass={"build_ext": build_ext},
123
)
0 commit comments