diff --git a/requirements.txt b/requirements.txt index bd847d7..e395df7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ altgraph==0.17 beautifulsoup4==4.10.0 cachetools==4.1.1 certifi>=2023.7.22 -cffi==1.15.0 +cffi>=1.15.0 chardet>=3.0.4 charset-normalizer==2.0.12 cryptography>=37.0.2 diff --git a/setup.py b/setup.py index bcd07fe..e2e4cd5 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'beautifulsoup4==4.10.0', 'cachetools==4.1.1', 'certifi>=2023.7.22', - 'cffi==1.15.0', + 'cffi>=1.15.0', 'chardet>=3.0.4', 'charset-normalizer==2.0.12', 'cryptography>=37.0.2',