Files
pyscript/pyscriptjs/environment.yml
2022-08-01 20:45:49 +05:30

18 lines
221 B
YAML

channels:
- defaults
- conda-forge
- microsoft
dependencies:
- python=3.9
- pip
- pytest=7
- nodejs=16
- black
- isort
- codespell
- pre-commit
- pip:
- playwright
- pytest-playwright