vorta/environment.yml

21 lines
219 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
2018-10-27 17:48:49 +00:00
- pyinstaller
2018-10-25 12:20:25 +00:00
- pip:
- appdirs
2018-10-26 11:24:13 +00:00
- paramiko
2018-10-26 16:01:59 +00:00
- pyqt5
- peewee
- python-dateutil
- keyring
- pytest
- pytest-qt
- pytest-mock