From 96f8d4c92472f45e11f0ada87b203c15f334bf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Mon, 4 Nov 2024 08:25:11 +0100 Subject: [PATCH] add pydap-server dependencies to environment.yml --- ci/requirements/environment.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ci/requirements/environment.yml b/ci/requirements/environment.yml index 865c2fd9b19..02c69a41924 100644 --- a/ci/requirements/environment.yml +++ b/ci/requirements/environment.yml @@ -36,6 +36,14 @@ dependencies: - pre-commit - pyarrow # pandas raises a deprecation warning without this, breaking doctests - pydap + # start pydap server dependencies, can be removed if pydap-server is available + - gunicorn + - PasteDeploy + - docopt-ng + - Webob + - Jinja2 + - beautifulsoup4 + # end pydap server dependencies - pytest - pytest-cov - pytest-env