Skip to content

Commit

Permalink
Add attrs to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed May 20, 2018
1 parent f873551 commit 30679da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ future==0.16.0
scipy>=0.17.0
numpy>=1.13.0
matplotlib>=1.3.1
pytest==3.2.1
pytest==3.2.1
attrs==18.1.0
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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(
Expand Down

0 comments on commit 30679da

Please sign in to comment.