From f9fd5406e7b3246328b59702a53ed25a5b4b8ca7 Mon Sep 17 00:00:00 2001 From: William Ayd Date: Thu, 8 Mar 2018 16:36:23 -0800 Subject: [PATCH] Added flake8 to DEV requirements (#20063) --- ci/environment-dev.yaml | 1 + ci/requirements_dev.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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