1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-14 14:07:28 +00:00

add check_version config option

This commit is contained in:
deadc0de6
2021-10-10 16:47:04 +02:00
parent 27cf25a920
commit 15c1a09a48
6 changed files with 36 additions and 2 deletions

View File

@@ -2,3 +2,5 @@ Jinja2; python_version > '3.4'
docopt; python_version > '3.4'
ruamel.yaml; python_version > '3.4'
python-magic; python_version > '3.4'
packaging; python_version > '3.4'
requests; python_version > '3.4'