From: BenoƮt Fontaine Date: Thu, 12 Dec 2024 22:16:59 +0000 (+0100) Subject: Fix babelfish version for python3.12+ X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=781dd16887f0b7da15fe902b49229a00f1bac2ed;p=gamesguru%2Fgetmyancestors.git Fix babelfish version for python3.12+ --- diff --git a/pyproject.toml b/pyproject.toml index 094f077..02a0961 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", ] dependencies = [ - "babelfish==0.6.0", + "babelfish==0.6.1", "diskcache==5.2.1", "requests==2.25.1", "fake-useragent==1.2.1", diff --git a/requirements.txt b/requirements.txt index 30668f8..8cb24d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -babelfish==0.6.0 +babelfish==0.6.1 diskcache==5.2.1 requests==2.31.0 fake-useragent==1.2.1