dotfiles/dot_config/conda/env-configs/python-dev.yml

11 lines
194 B
YAML
Raw Normal View History

2023-03-10 12:13:14 -05:00
# minimal requirements for developing python scripts
name: python-dev
channels:
- conda-forge
dependencies:
- python=3.11
- black=23.1.0
- flake8=6.0.0
- mypy=1.1.1
- ipython=8.11.0