From 2d61b96288e69157d54516d68e6822bee15dffdb Mon Sep 17 00:00:00 2001 From: Albert Bode Date: Tue, 9 Jul 2024 12:04:31 -0500 Subject: [PATCH] Updated requirements --- .github/workflows/pytest.yml | 2 +- cdrhook/requirements.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 88748ba..b9ca7c0 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,7 +30,7 @@ jobs: run: | python -m pip install --upgrade pip pip install flake8 pytest - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + if [ -f cdrhook/requirements.txt ]; then pip install -r cdrhook/requirements.txt; fi - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/cdrhook/requirements.txt b/cdrhook/requirements.txt index 493f25a..f8c1497 100644 --- a/cdrhook/requirements.txt +++ b/cdrhook/requirements.txt @@ -3,3 +3,11 @@ waitress flask_httpauth requests pika +dotenv +pydantic +geopandas +rasterio +git+https://github.com/DARPA-CRITICALMAAS/cdr_schemas.git@v0.3.3 + +--extra-index-url https://test.pypi.org/simple/ +cmaas_utils>=0.1.9 \ No newline at end of file