Skip to content

Commit 009b090

Browse files
committed
Add pytest to package requirements
1 parent da0bdc9 commit 009b090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
description='Set of common codes used in metallicity studies that use stacking techniques',
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
17-
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests']
17+
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests', 'pytest']
1818
)

0 commit comments

Comments
 (0)