mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-13 07:01:00 -05:00
* Add unit tests for pyloader and pytitle * Add more unit tests for pyrepl, pybox and pyinputbox * Add more tests for pyscript and pyconfig * White space * Fix d3 tests and improve more examples test * Update matplotlib test * Add numpy to dependencies * Address Madhur comments * Update test name
20 lines
242 B
YAML
20 lines
242 B
YAML
channels:
|
|
- defaults
|
|
- conda-forge
|
|
- microsoft
|
|
dependencies:
|
|
- python=3.9
|
|
- pip
|
|
- pytest=7
|
|
- nodejs=16
|
|
- black
|
|
- isort
|
|
- codespell
|
|
- pre-commit
|
|
- pillow
|
|
- numpy
|
|
|
|
- pip:
|
|
- playwright
|
|
- pytest-playwright
|