From 2ad485f2b94f6cd2717a7cd70543ca3cd30274d1 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 8 Mar 2018 15:27:14 -0800 Subject: [PATCH 1/2] Added flake8 to DEV requirements --- ci/environment-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/environment-dev.yaml b/ci/environment-dev.yaml index c72abd0c19516..1337fc54e9aac 100644 --- a/ci/environment-dev.yaml +++ b/ci/environment-dev.yaml @@ -5,6 +5,7 @@ channels: dependencies: - Cython - NumPy + - flake8 - moto - pytest>=3.1 - python-dateutil>=2.5.0 From d46f2c59e4ea7b8484342cf70a45c7a129fef8c3 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 8 Mar 2018 16:34:18 -0800 Subject: [PATCH 2/2] Added generated requirements_dev --- ci/requirements_dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index 82f8de277c57b..fcbe0da5de305 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -2,9 +2,10 @@ # Do not modify directly Cython NumPy +flake8 moto pytest>=3.1 python-dateutil>=2.5.0 pytz setuptools>=3.3 -sphinx +sphinx \ No newline at end of file