mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
16 lines
192 B
YAML
16 lines
192 B
YAML
|
name: base
|
||
|
channels:
|
||
|
- conda-forge
|
||
|
platforms:
|
||
|
- linux-64
|
||
|
- linux-aarch64
|
||
|
dependencies:
|
||
|
- black
|
||
|
- conda-lock
|
||
|
- mypy
|
||
|
- pytest
|
||
|
- pytest-cov
|
||
|
- pytest-mock
|
||
|
- ruff
|
||
|
category: dev
|