Skip to content

Commit 0c763d1

Browse files
authored
Add mypy-extensions as a dependency (#11)
1 parent fb13b40 commit 0c763d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ def finalize_options(self) -> None:
118118
MYPY_DEPENDENCY,
119119
]
120120
},
121+
install_requires=["mypy-extensions>=1.0.0"],
121122
cmdclass={"build_ext": build_ext},
122123
)

0 commit comments

Comments
 (0)