From 30679da2b9e6e7ae29eca682d2078c477cbdbbc1 Mon Sep 17 00:00:00 2001 From: ljvmiranda921 Date: Sun, 20 May 2018 10:19:03 +0900 Subject: [PATCH] Add attrs to requirements --- requirements_dev.txt | 3 ++- setup.py | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3362ea8d..11d28b91 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,4 +13,5 @@ future==0.16.0 scipy>=0.17.0 numpy>=1.13.0 matplotlib>=1.3.1 -pytest==3.2.1 \ No newline at end of file +pytest==3.2.1 +attrs==18.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index c4adef2a..5c11778e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,8 @@ 'numpy>=1.13.0', 'matplotlib>=1.3.1', 'mock==2.0.0', - 'pytest==3.2.1' + 'pytest==3.2.1', + 'attrs==18.1.0' ] setup_requirements = [ @@ -32,7 +33,8 @@ 'numpy>=1.13.0', 'matplotlib>=1.3.1', 'mock==2.0.0', - 'pytest==3.2.1' + 'pytest==3.2.1', + 'attrs==18.1.0' ] setup(