flinventory-gui/environment.yml

16 lines
326 B
YAML

# this file specifies what the suitable conda environment for this
# project looks like
name: bikeparts-gui
channels:
- conda-forge
dependencies:
# from submodule flinventory:
- pypandoc
- python-slugify
- imagesize
- treelib
- pylint
- mypy
# imagemagick for datacleanup rotate
- nicegui