Skip to content

Commit 7a8c583

Browse files
committed
fix mypy
1 parent ff49743 commit 7a8c583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__version__ = "1.1"
66

7-
tests_require = ['pytest', 'pytest-asyncio', 'mypy', 'pycodestyle']
7+
tests_require = ['pytest', 'pytest-asyncio', 'mypy', 'pycodestyle', 'types-setuptools']
88

99
extras_require = {
1010
'test': tests_require,

0 commit comments

Comments
 (0)