diff options
| -rw-r--r-- | requirements.txt | 1 | ||||
| -rwxr-xr-x | setup.py | 2 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5a92337..0833028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ configobj  beautifulsoup4  requests  tornado +reproject  git+https://github.com/astropy/regions.git @@ -68,6 +68,7 @@ setup(          "Programming Language :: Python :: 3 :: Only",          "Programming Language :: Python :: 3.4",          "Programming Language :: Python :: 3.5", +        "Programming Language :: Python :: 3.6",          "Topic :: Scientific/Engineering :: Astronomy",      ],      packages=find_packages(exclude=["docs", "tests"]), @@ -87,6 +88,7 @@ setup(          "beautifulsoup4",          "requests",          "tornado", +        "reproject",      ],      dependency_links=[          "git+https://github.com/astropy/regions.git",  | 
