# ReadTheDocs-ready environment, assuming CONDA_USE_MAMBA feature flag # Copyright 2023 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 ### - autodoc-traits - docutils >=0.18.1 - jupyter-server-mathjax - jupyterlite-core ==0.1.0 - jupyterlite-core-with-libarchive - jupyterlite-pyodide-kernel ==0.0.6 - myst-nb - pkginfo - pydata-sphinx-theme >=0.13.3,<0.14.0 - pytest-check-links - python-libarchive-c - sphinx >=5,<6 - sphinx-copybutton - sphinx-design - sphinx-jsonschema - sphinxext-rediraffe ### ipydrawio-docs-deps ### ############################################################################# # the below are imported from ../.github/environment.yml ### ipydrawio-dev-deps ### # core - doit - nodejs >=18,<19 - python # this gets patched in ci # run - ipywidgets >=7.6,<9 - jupyterlab >=3.6.3,<4.0.0a0 - jupyterlab_widgets >=1 - lxml - pillow - pypdf >=3.5 - requests_cache # building - flit >=3.7.1 - pip - twine >=3.7.1 - wheel # linting - black-jupyter - nbqa - pyyaml - robotframework-tidy - robotframework-robocop - ruff - ssort # unit testing - pytest - pytest-cov - pytest-console-scripts - pytest-html - pytest-jupyter-server - pytest-tornasync - pytest-xdist # acceptance testing - firefox =102 - geckodriver >=0.28.0 - robotframework >=6 - robotframework-pabot - robotframework-seleniumlibrary # reporting - codecov ### ipydrawio-dev-deps ###