Skip to content

Commit

Permalink
Merge pull request #37 from crotwell/obspy_req
Browse files Browse the repository at this point in the history
require obspy
  • Loading branch information
chad-earthscope authored Dec 9, 2023
2 parents 6116bb9 + 8a3c743 commit 5f08aae
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 @@ -125,7 +125,7 @@ class CustomInstallCommand(install):
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[],
install_requires=['obspy'],

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
Expand Down

0 comments on commit 5f08aae

Please sign in to comment.