cf/environment.yaml
2024-10-07 08:03:50 +02:00

12 lines
No EOL
155 B
YAML

name: cf-env
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pyyaml
- requests
- pip
- pip:
- loguru
- python-dotenv