1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

update python deps to minimum version

This commit is contained in:
deadc0de6
2017-03-09 08:44:37 +01:00
parent 40c000cd6d
commit 46fb18d772

View File

@@ -1,3 +1,3 @@
Jinja2; python_version == '3.6'
docopt; python_version == '3.6'
PyYAML; python_version == '3.6'
Jinja2; python_version >= '3.0'
docopt; python_version >= '3.0'
PyYAML; python_version >= '3.0'