From af82ea0b5f84cbe233a2498ab95e3d549fd1550a Mon Sep 17 00:00:00 2001 From: prashantk Date: Mon, 16 Mar 2020 16:43:23 +0530 Subject: [PATCH] Changes to requirements file --- requires/installation.txt | 6 +++--- requires/testing.txt | 13 ++++++++----- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/requires/installation.txt b/requires/installation.txt index 140e05b..4cf80a6 100644 --- a/requires/installation.txt +++ b/requires/installation.txt @@ -1,4 +1,4 @@ -sprockets.mixins.amqp>=2.1.1,<3 -sprockets.mixins.http>=1.0.3,<2 +sprockets.mixins.amqp>=3.0.0,<4 +sprockets.mixins.http>=2.3.0,<3 fastavro>=0.10.1,<1.0.0 -tornado>=4.2.0,<5.0.0 +tornado>=6,<7 \ No newline at end of file diff --git a/requires/testing.txt b/requires/testing.txt index 5a19b4f..62e755a 100644 --- a/requires/testing.txt +++ b/requires/testing.txt @@ -1,7 +1,10 @@ -codecov coverage -nose -mock flake8 -pylint --r installation.txt +flake8-comprehensions +flake8-deprecated +flake8-import-order +flake8-print +flake8-quotes +flake8-rst-docstrings +flake8-tuple +-r installation.txt \ No newline at end of file