diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,9 @@ setup( "requests", "tornado", ], + dependency_links=[ + "git+https://github.com/astropy/regions.git", + ], tests_require=["pytest"], cmdclass={"test": PyTest}, ) |