Skip to content

Commit

Permalink
Merge pull request #420 from QuantEcon/setup-py
Browse files Browse the repository at this point in the history
Add `requests` to setup.py
  • Loading branch information
mmcky authored Jul 15, 2018
2 parents 1c03629 + 1b37789 commit 4b94234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def write_version_py(filename=None):
install_requires=[
'numba>=0.38',
'numpy',
'requests',
'scipy>=1.0.0',
'sympy',
]
Expand Down

0 comments on commit 4b94234

Please # to comment.