ipydrawio/docs/environment.yml

82 wiersze
1.8 KiB
YAML

# ReadTheDocs-ready environment, assuming CONDA_USE_MAMBA feature flag
# Copyright 2021 ipydrawio contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: ipydrawio-docs
channels:
- conda-forge
- nodefaults
dependencies:
### ipydrawio-docs-deps ###
- jupyter-server-mathjax
- myst-nb
- pkginfo
- pydata-sphinx-theme
- pytest-check-links
- sphinx
- sphinx-jsonschema
- sphinxext-rediraffe
- pip:
- jupyterlite ==0.1.0a18
### ipydrawio-docs-deps ###
#############################################################################
# the below are imported from ../.github/environment.yml
### ipydrawio-dev-deps ###
# core
- doit
- nodejs >=12,!=13.*,<15
- python # this gets patched in ci
# run
- ipywidgets >=7.6,<8
- jupyterlab >=3.2.4,<4.0.0a0
- jupyterlab_widgets >=1
- lxml
- pillow
- pypdf2
- requests_cache
- retrolab
# building
- pip
- twine >=3.7.1
- wheel
# linting
- black
- flake8
- isort >=5
- pyflakes
- robotframework-lint
# unit testing
- pytest
- pytest-console-scripts
- pytest-cov
- pytest-html
- pytest-tornasync
# acceptance testing
- firefox =91
- geckodriver >=0.28.0
- robotframework >=4
- robotframework-pabot
- robotframework-seleniumlibrary
# reporting
- codecov
### ipydrawio-dev-deps ###