From e11b53f763f72232eb8e924d91fe652ce006b033 Mon Sep 17 00:00:00 2001 From: adeptex Date: Mon, 23 Oct 2023 23:24:05 +0200 Subject: [PATCH] Python versions --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c381bd2..cd635b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,8 @@ astroid==2.15.6; python_version > '3.6' astroid==2.11.7; python_version <= '3.6' beautifulsoup4==4.12.2 dataclasses==0.8; python_version <= '3.6' -jellyfish==1.0.0 +jellyfish==1.0.1; python_version > '3.6' +jellyfish==0.10.0; python_version <= '3.6' jproperties==2.1.1 lazy-object-proxy==1.9.0 luhn==0.2.0