From 1eab6ca02dd8e91a1eb5b38b8c95cab9945562cd Mon Sep 17 00:00:00 2001 From: askeing Date: Sun, 17 Apr 2016 02:00:13 +0900 Subject: Add dependency on flake8 base on python/requirements.txt --- python/tidy/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/tidy/setup.py') diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 81b788e6c14..f3525a3c07d 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -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__)) -- cgit v1.2.3