From bff51ea8c551db161fbd26c5ddbddd2e369acc35 Mon Sep 17 00:00:00 2001 From: Dmytro Bohomiakov Date: Tue, 16 Oct 2018 01:45:34 +0300 Subject: [PATCH 1/2] Remove explicit defining of pyflake package in requirements --- requirements/ci-wheel.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/ci-wheel.txt b/requirements/ci-wheel.txt index 133f1adc31c..212dab7b7af 100644 --- a/requirements/ci-wheel.txt +++ b/requirements/ci-wheel.txt @@ -8,7 +8,8 @@ chardet==3.0.4 coverage==4.5.1 cython==0.29 gunicorn==19.9.0 -pyflakes==2.0.0 +cython==0.28.5 +gunicorn==19.8.1 multidict==4.4.2 pytest==3.8.2 pytest-cov==2.6.0 From 190982e1a44c83692beb624a44b764f6fd3702ce Mon Sep 17 00:00:00 2001 From: Dmytro Bohomiakov Date: Tue, 16 Oct 2018 02:25:41 +0300 Subject: [PATCH 2/2] Fix typo --- requirements/ci-wheel.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements/ci-wheel.txt b/requirements/ci-wheel.txt index 212dab7b7af..ae5103cceaa 100644 --- a/requirements/ci-wheel.txt +++ b/requirements/ci-wheel.txt @@ -8,8 +8,6 @@ chardet==3.0.4 coverage==4.5.1 cython==0.29 gunicorn==19.9.0 -cython==0.28.5 -gunicorn==19.8.1 multidict==4.4.2 pytest==3.8.2 pytest-cov==2.6.0