Skip to content

Commit

Permalink
Add pytest to package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Dec 27, 2020
1 parent da0bdc9 commit 009b090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
description='Set of common codes used in metallicity studies that use stacking techniques',
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests']
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests', 'pytest']
)

0 comments on commit 009b090

Please sign in to comment.