move attrs pinning to dev-requirements

it shouldn’t be in the package’s own requirements, which are propagated to users
This commit is contained in:
Min RK
2018-08-10 11:44:03 +02:00
parent 9ea4ca3646
commit ba4700b3f3
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -9,4 +9,3 @@ python-dateutil
SQLAlchemy>=1.1
requests
prometheus_client>=0.0.21
attrs>=17.4.0