From a520fc368858890ecb72779ba3cf2bd49df27868 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 6 Nov 2025 16:55:29 +0300 Subject: [PATCH] Build: Update dependencies --- devscripts/requirements/requirements.txt | 2 +- docs-ru/before_begin.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devscripts/requirements/requirements.txt b/devscripts/requirements/requirements.txt index 44cc430..2603188 100644 --- a/devscripts/requirements/requirements.txt +++ b/devscripts/requirements/requirements.txt @@ -1,3 +1,3 @@ SQLObject>=2.2.1; python_version == '2.7' SQLObject>=3.0.0; python_version >= '3.4' -m_lib.defenc>=1.0 +m_lib_defenc>=1.1.1 diff --git a/docs-ru/before_begin.rst b/docs-ru/before_begin.rst index 7e7356f..f9d0051 100644 --- a/docs-ru/before_begin.rst +++ b/docs-ru/before_begin.rst @@ -15,7 +15,7 @@ m_Librarian написан на языке Python, так что вам нужно скачать и установить Python (2.7 или 3.4+). Нужны также библиотеки SQLObject и -m_lib.defenc. +m_lib_defenc. Архивы библиотек diff --git a/setup.py b/setup.py index 8e4f342..c9fbb57 100755 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup( install_requires=[ 'SQLObject>=2.2.1; python_version=="2.7"', 'SQLObject>=3.0.0; python_version>="3.4"', - 'm_lib.defenc>=1.0', + 'm_lib_defenc>=1.1.1', ], extras_require={ 'pbar': ['m_lib>=3.1'], -- 2.39.5