]> git.phdru.name Git - sqlconvert.git/commitdiff
Build: Update dependencies
authorOleg Broytman <phd@phdru.name>
Thu, 13 Nov 2025 16:50:40 +0000 (19:50 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 13 Nov 2025 16:50:40 +0000 (19:50 +0300)
devscripts/requirements/requirements.txt
setup.py

index 382ec435e1039e3053ea6f0aae09192d7c965509..04c3bbc2442f2ca8b05b0f864338a0e520999d6a 100644 (file)
@@ -1,4 +1,4 @@
 sqlparse
 SQLObject>=2.2.1; python_version == '2.7'
 SQLObject>=3.0.0; python_version >= '3.4'
-m_lib.full>=1.0
+m_lib_full>=1.0.2
index f4b92b4cc6e1001c642f297c35dec9882787fced..6c0a33cecd332473a981361110762b19b02c29a5 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(
     install_requires=[
         'SQLObject>=2.2.1; python_version=="2.7"',
         'SQLObject>=3.0.0; python_version>="3.4"',
-        'm_lib.full>=1.0',
+        'm_lib_full>=1.0.2',
         'sqlparse',
     ],
 )