Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
fix install requires for installing into another package.
  • Loading branch information
jason-neal committed Nov 25, 2017
1 parent a62c0f5 commit 6a23fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
# install_requires=requirements,
install_requires=[],
install_requires=requirements,
# install_requires=[],
#install_requires=["numpy", "scipy", "astropy", "pyastronomy"],
setup_requires=['pytest-runner'],
tests_require=['pytest', "hypothesis"],
Expand Down

0 comments on commit 6a23fc3

Please sign in to comment.