We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0bdc9 commit 009b090Copy full SHA for 009b090
1 file changed
setup.py
@@ -14,5 +14,5 @@
14
description='Set of common codes used in metallicity studies that use stacking techniques',
15
long_description=long_description,
16
long_description_content_type="text/markdown",
17
- install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests']
+ install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests', 'pytest']
18
)
0 commit comments