argus/environment.yaml
2023-10-05 08:41:41 -07:00

19 lines
206 B
YAML

name: argus
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3.8
- maturin
- nox
- mypy
- black
- isort
- pytest
- pytest-cov
- hypothesis
- pdoc
- pip
category: dev