Skip to content

Commit

Permalink
added/updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Apr 8, 2022
1 parent 78fdf11 commit 13be8b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
astropy
pandas
loguru
requests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url="",
packages=find_packages(),
entry_points={},
install_requires=["astropy", "pandas"],
install_requires=["astropy", "pandas", "loguru", "requests"],
python_requires=">=3.7",
#package_data={"simpleRM": ["data/*.*"]},
#include_package_data=True,
Expand Down

0 comments on commit 13be8b7

Please sign in to comment.