We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e477ccc commit 2326e4dCopy full SHA for 2326e4d
setup.py
@@ -18,6 +18,7 @@
18
':python_version == "3.6"': ["dataclasses"],
19
"lint": ["pre-commit~=1.18"],
20
"docs": ["sphinx"],
21
+ # typed-ast (a dependency of mypy) fails to install on pypy: https://github.com/python/typed_ast/issues/111
22
"tests": ["mypy; implementation_name != 'pypy'"],
23
}
24
EXTRAS_REQUIRE["dev"] = (
0 commit comments