diff --git a/setup.py b/setup.py index 5228625..12d50c3 100644 --- a/setup.py +++ b/setup.py @@ -69,5 +69,11 @@ def get_version(): long_description_content_type="text/markdown", py_modules=["pydot", "dot_parser"], install_requires=["pyparsing>=2.1.4"], + extras_require={ + "dev": [ + "chardet", + "black==21.5b2; python_version > '3.5'", + ], + }, tests_require=["chardet"], )