Skip to content

Commit

Permalink
add requests to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shanosborne committed Oct 23, 2019
1 parent c7d0080 commit bb35750
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 bb35750

Please sign in to comment.