diff --git a/dev-req.txt b/dev-req.txt index a4b431f..c1df4d1 100644 --- a/dev-req.txt +++ b/dev-req.txt @@ -5,3 +5,4 @@ mock==1.0.1 nose==1.3.6 Pillow==2.7.0 pyScss==1.3.4 +flake8==2.4.1 \ No newline at end of file diff --git a/setup.py b/setup.py index b08329c..6021076 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,8 @@ setup(name=PROJECT, 'pyquery==1.2.9', 'docutils==0.12', 'Pillow==2.7.0', - 'pyScss==1.3.4' + 'pyScss==1.3.4', + 'flake8==2.4.1' ), test_suite='nose.collector', include_package_data = True,