mirror of
https://github.com/immich-app/immich.git
synced 2025-06-03 13:44:16 -04: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
|