1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

Merge branch 'enrich-variables' of github.com:deadc0de6/dotdrop into enrich-variables

This commit is contained in:
deadc0de6
2022-09-03 08:54:16 +02:00
2 changed files with 8 additions and 9 deletions

15
requirements.txt vendored
View File

@@ -1,8 +1,7 @@
Jinja2; python_version > '3.5'
docopt; python_version > '3.5'
ruamel.yaml; python_version > '3.5'
python-magic; python_version > '3.5'
packaging; python_version > '3.5'
requests; python_version > '3.5'
toml; python_version > '3.5'
distro; python_verison > '3.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'
toml; python_version > '3.4'

View File

@@ -5,4 +5,4 @@ coveralls; python_version > '3.5'
pyflakes; python_version > '3.5'
pylint; python_version > '3.5'
halo; python_version > '3.5'
distro; python_verison > '3.5'
distro; python_verison > '3.5'