From 770f35525796217eb20b01ca190697e3454ed98d Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 3 Sep 2022 08:57:15 +0200 Subject: [PATCH] python version in dependencies --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 58f687c..2c40984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -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' -distro; python_verison > '3.5' \ No newline at end of file +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_version > '3.5' \ No newline at end of file