From 43f8adef66b759815ca88d7fe16b1b5319bd0442 Mon Sep 17 00:00:00 2001 From: Soxoj <31013580+soxoj@users.noreply.github.com> Date: Sat, 18 Jun 2022 20:07:31 +0300 Subject: [PATCH] Downgrade pycountry due to problems with wheels Python 3.10 related problem --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d50b70a..bfc6e25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ lxml==4.9.0 MarkupSafe==2.1.1 mock==4.0.3 multidict==6.0.2 -pycountry>=22.3 +pycountry==22.1.10 PyPDF2==2.0.0 PySocks==1.7.1 python-bidi==0.4.2 @@ -36,4 +36,4 @@ yarl==1.7.2 networkx==2.5.1 pyvis==0.2.1 reportlab==3.6.9 -cloudscraper==1.2.60 \ No newline at end of file +cloudscraper==1.2.60