ipydrawio/docs/environment.yml

85 wiersze
1.9 KiB
YAML
Czysty Zwykły widok Historia

# ReadTheDocs-ready environment, assuming CONDA_USE_MAMBA feature flag
# Copyright 2022 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
2021-07-24 16:36:07 +00:00
- nodefaults
dependencies:
### ipydrawio-docs-deps ###
2021-11-27 19:55:31 +00:00
- jupyter-server-mathjax
- myst-nb
2021-11-27 19:55:31 +00:00
- pkginfo
- pydata-sphinx-theme
- pytest-check-links
2022-01-20 00:55:05 +00:00
- sphinx !=4.4.0=*_0
- sphinx-jsonschema
2021-07-06 13:40:08 +00:00
- sphinxext-rediraffe
- pip:
2022-07-30 21:27:54 +00:00
- jupyterlite ==0.1.0b11
### 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
2022-07-30 21:27:54 +00:00
- jupyterlab >=3.4.4,<4.0.0a0
- jupyterlab_widgets >=1
- lxml
- pillow
- pypdf2
- requests_cache
2021-11-15 13:37:44 +00:00
- retrolab
# building
- pip
- twine >=3.7.1
- wheel
# linting
- black
- flake8
- isort >=5
- pyflakes
- pyyaml
- robotframework-lint
2022-05-09 13:44:30 +00:00
- robotframework-tidy
# unit testing
- pytest
- pytest-console-scripts
- pytest-cov
2021-11-27 19:55:31 +00:00
- pytest-html
- pytest-tornasync
- pytest-xdist
# acceptance testing
2021-11-12 23:30:56 +00:00
- firefox =91
- geckodriver >=0.28.0
- robotframework >=4
- robotframework-pabot
- robotframework-seleniumlibrary
# reporting
- codecov
### ipydrawio-dev-deps ###