Skip to content

Commit

Permalink
Adding six dependency to docs and setip
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Mar 4, 2019
1 parent 630784c commit 56f9ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This package has the following dependencies:
* `Regions <https://astropy-regions.readthedocs.io/en/latest>`_ >=0.3dev, optional
(Serialises/Deserialises DS9/CRTF region files and handles them. Used when
extracting a subcube from region)
* `six <http://pypi.python.org/pypi/six/>`_

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
version=VERSION,
description=DESCRIPTION,
scripts=scripts,
install_requires=['astropy','numpy>=1.8.0', 'radio_beam'],
install_requires=['astropy','numpy>=1.8.0', 'radio_beam', 'six'],
author=AUTHOR,
author_email=AUTHOR_EMAIL,
license=LICENSE,
Expand Down

0 comments on commit 56f9ac6

Please sign in to comment.