diff --git a/setup.py b/setup.py index ddf081f..e5ea3c6 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,12 @@ long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", download_url="", + install_requires=[ + 'gitpython', + 'pylint', + 'yapf', + 'cpplint', + ], classifiers=[ "Programming Language :: Python :: 3 :: Only", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",