Skip to content

Commit

Permalink
Merge pull request #106 from shanosborne/release-v0.6.1
Browse files Browse the repository at this point in the history
Add requests to setup.py
  • Loading branch information
shanosborne authored Oct 23, 2019
2 parents c7d0080 + bb35750 commit f9d5161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ def run_tests(self):
'matplotlib>=1.4.3',
'lxml>=3.6.4',
'scipy>=0.17',
'openpyxl==2.5.0'
'openpyxl==2.5.0',
'requests>=2.21.0'
],
tests_require=['pytest'],
packages=find_packages(),
Expand Down

0 comments on commit f9d5161

Please sign in to comment.