Add dependency on flake8 base on python/requirements.txt

This commit is contained in:
askeing 2016-04-17 02:00:13 +09:00
parent 86778a0d71
commit 1eab6ca02d

View file

@ -14,6 +14,7 @@ from setuptools import setup, find_packages
VERSION = '0.0.1'
install_requires = [
"flake8==2.4.1",
]
here = os.path.dirname(os.path.abspath(__file__))