Skip to content

Commit

Permalink
try pyastronomy in doc requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal committed Apr 24, 2017
1 parent 42fb9bb commit 6e0dfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
extras_require={
'dev': ['check-manifest'],
'test': ['coverage', 'pytest', 'pytest-cov', 'python-coveralls', 'hypothesis'],
'docs': ['sphinx >= 1.4', 'sphinx_rtd_theme']
'docs': ['sphinx >= 1.4', 'sphinx_rtd_theme', 'pyastronomy']
},

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit 6e0dfef

Please sign in to comment.