]> git.phdru.name Git - sqlconvert.git/blobdiff - requirements.txt
Use SQLObject for string quoting
[sqlconvert.git] / requirements.txt
index f1bf8b4457acfd2f1c4fe5d4b347718fa9623ec8..930537a678318ed3b84517a6d36baf0dd1e60673 100644 (file)
@@ -4,5 +4,7 @@
 
 argparse; python_version == '2.6'
 sqlparse
+SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
+SQLObject>=3.0.0; python_version >= '3.4'
 m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
 m_lib>=3.0; python_version >= '3.4'