From 7a7f9dc4ccd269b867c0a50fdf23b3956499b6f1 Mon Sep 17 00:00:00 2001 From: erjemin Date: Sat, 27 Dec 2025 21:27:49 +0300 Subject: [PATCH] Fix: Add missing 'regex' dependency, bump version to 0.1.1 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 084ba09..ab0f6de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,13 +27,14 @@ classifiers = [ dependencies = [ "beautifulsoup4>=4.10.0", "lxml>=4.9.0", # Рекомендуемый парсер + "regex>=2022.1.18", # Критически важная зависимость для Unicode ] [project.urls] "Homepage" = "https://github.com/erjemin/etpgrf" "Bug Tracker" = "https://github.com/erjemin/etpgrf/issues" "Mirror (GitVerse)" = "https://gitverse.ru/erjemin/etpgrf" -"Selfhosted (Gitea)" = "https://git.cube2.ru/erjemin/2025-etpgrf" +"Selfhosted (Gitea)" = "https://gitverse.ru/erjemin/etpgrf" [tool.setuptools.packages.find] where = ["."] # Искать пакеты в корне (найдет папку etpgrf)