From ba4700b3f35923a08ea3b6b313cdec3f52dda4bf Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 10 Aug 2018 11:44:03 +0200 Subject: [PATCH] move attrs pinning to dev-requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it shouldn’t be in the package’s own requirements, which are propagated to users --- dev-requirements.txt | 3 +++ requirements.txt | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 5b853822..84612025 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,3 +8,6 @@ pytest>=3.3 notebook requests-mock virtualenv +# temporary pin of attrs for jsonschema 0.3.0a1 +# seems to be a pip bug +attrs>=17.4.0 diff --git a/requirements.txt b/requirements.txt index 1c6f0fbf..33ce10b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,3 @@ python-dateutil SQLAlchemy>=1.1 requests prometheus_client>=0.0.21 -attrs>=17.4.0