We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd50c5 commit 3723099Copy full SHA for 3723099
1 file changed
ci/requirements/environment.yml
@@ -36,6 +36,14 @@ dependencies:
36
- pre-commit
37
- pyarrow # pandas raises a deprecation warning without this, breaking doctests
38
- pydap
39
+ # start pydap server dependencies, can be removed if pydap-server is available
40
+ - gunicorn
41
+ - PasteDeploy
42
+ - docopt-ng
43
+ - Webob
44
+ - Jinja2
45
+ - beautifulsoup4
46
+ # end pydap server dependencies
47
- pytest
48
- pytest-cov
49
- pytest-env
0 commit comments