Skip to content

Commit b957870

Browse files
authored
Merge pull request #946 from kdschlosser/mypy_extensions_fix
removes whitespace from mypy_extension in install_requires.
2 parents e767285 + e402e11 commit b957870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"wrapt~=1.10",
8585
'windows-curses;platform_system=="Windows"',
8686
"filelock",
87-
"mypy_extensions >= 0.4.0, < 0.5.0",
87+
"mypy_extensions>=0.4.0,<0.5.0",
8888
'pywin32;platform_system=="Windows"',
8989
],
9090
extras_require=extras_require,

0 commit comments

Comments
 (0)