From e1531ca5b9cad230ba690e6d968bc4bda46d4c31 Mon Sep 17 00:00:00 2001 From: RoryPTB <47696929+RoryPTB@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:21:05 +0100 Subject: [PATCH] Changed requirements to use PyPI pymetdecoder --- requirements.txt | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09857f7..d351651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ click -pymetdecoder @ git+https://github.com/wmo-im/pymetdecoder.git@v0.1.11 +pymetdecoder-wmo csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git@v0.8.1 \ No newline at end of file diff --git a/setup.py b/setup.py index cf276c7..fbbb54d 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,6 @@ def get_package_version(): os.unlink('MANIFEST') # Install dependencies not on PyPI -subprocess.check_call("pip install 'pymetdecoder @ git+https://github.com/wmo-im/pymetdecoder.git@v0.1.11'", shell=True) subprocess.check_call("pip install 'csv2bufr @ git+https://github.com/wmo-im/csv2bufr.git@v0.8.1'", shell=True) setup(