]> git.phdru.name Git - xsetbg.git/commitdiff
Build: Update dependencies master
authorOleg Broytman <phd@phdru.name>
Thu, 13 Nov 2025 17:04:40 +0000 (20:04 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 13 Nov 2025 17:04:40 +0000 (20:04 +0300)
setup.py

index 8ec3e4cdac355509b48a2b8d24245b7eb3b29c2f..d9ebd2d97bd41d787176b69e159a1b8875c00459 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,6 @@ setup(
     install_requires=[
         'SQLObject>=2.2.1; python_version=="2.7"',
         'SQLObject>=3.0.0; python_version>="3.4"',
-        'm_lib.defenc>=1.1',
+        'm_lib_defenc>=1.1.1',
     ],
 )