mamba/micromamba/environment-dev.yml

30 lines
491 B
YAML

name: mamba-dev
channels:
- conda-forge
dependencies:
- cxx-compiler
- cmake >=3.16
- ninja
- nlohmann_json
- mitmproxy
- libsolv >=0.7.18
- libarchive
- libsodium
- libcurl >=7.86
- gtest
- gmock
- cpp-expected
- reproc-cpp >=14.2.4.post0
- yaml-cpp >=0.8.0
- cli11 >=2.2
- pytest >=7.3.0
- pytest-asyncio
- pytest-lazy-fixture
- pytest-xprocess
- conda-package-handling
- pyyaml
- spdlog
- fmt <10
- sel(win): winreg
- sel(win): pywin32