From 8a3c7432bfde584c5ac05a37bfd3b91d2c0c6105 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Thu, 7 Sep 2023 14:28:46 -0400 Subject: [PATCH] require obspy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91edacb..820a3ba 100644 --- a/setup.py +++ b/setup.py @@ -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