Skip to content

Commit

Permalink
Add chun_codes to requirements for packaging and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Feb 12, 2021
1 parent 9d81c32 commit a74c602
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=3.0
sphinx-rtd-theme==0.5.1
sphinx-autodoc-typehints==1.11.1
-e git+https://github.com/astrochun/chun_codes.git#egg=chun_codes
chun-codes
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
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', 'pytest']
install_requires=['numpy', 'astropy', 'matplotlib', 'scipy', 'requests',
'pytest', 'chun-codes']
)

0 comments on commit a74c602

Please sign in to comment.