Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
add install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
lgulich committed Mar 17, 2020
1 parent c313e89 commit 0627c2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit 0627c2c

Please sign in to comment.