Skip to content

Commit

Permalink
Add dependency on flake8 base on python/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
askeing committed Apr 16, 2016
1 parent 86778a0 commit 1eab6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tidy/setup.py
Expand Up @@ -14,6 +14,7 @@
VERSION = '0.0.1'

install_requires = [
"flake8==2.4.1",
]

here = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit 1eab6ca

Please sign in to comment.