1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 20:03:59 +00:00

use magic for determining file types and remove mkdir dependency

This commit is contained in:
deadc0de6
2020-11-05 22:17:26 +01:00
parent 29d23fe549
commit 8bc6519a25
4 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
Jinja2; python_version > '3.4'
docopt; python_version > '3.4'
ruamel.yaml; python_version > '3.4'
python-magic; python_version > '3.4'