From 05a79c414460f63525093dbffc0c0ba02cf64875 Mon Sep 17 00:00:00 2001 From: Whyverum Date: Mon, 23 Dec 2024 22:01:53 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B8?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 1868cf7..89fcc11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1331,4 +1331,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5c732bafa39062b05f576fe9af74f08f65896e2af2788bbc502ccc8194f3cb68" +content-hash = "097c1d241fa62752422275b6a77b4a01de1d4774329740c01f9abffed43ee7c1" diff --git a/pyproject.toml b/pyproject.toml index 0ef6b08..1eef2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,8 @@ charset-normalizer = "^3.4.0" frozenlist = "^1.5.0" customtkinter = "^5.2.2" pillow = "^11.0.0" +certifi = "^2024.12.14" +idna = "^3.10" [build-system]