vorta/environment.yml

18 lines
167 B
YAML
Raw Normal View History

2018-10-26 16:01:59 +00:00
name: vorta
2018-10-25 12:20:25 +00:00
channels:
- conda-forge
- defaults
dependencies:
- python=3.6.6
- pip:
- appdirs
2018-10-26 11:24:13 +00:00
- paramiko
2018-10-26 16:01:59 +00:00
- pyqt5
- peewee
dev-dependencies:
- pyinstaller