]> git.phdru.name Git - sqlconvert.git/blobdiff - requirements.txt
[mysql2sql] Show the name of the file being converted
[sqlconvert.git] / requirements.txt
index 90c942b69c75765595903630b00831ac51e9ab0f..9b5161bc72ede36c9e3e1dd16f0af4e370232020 100644 (file)
@@ -1,6 +1,10 @@
 --trusted-host phdru.name
 --find-links=http://phdru.name/Software/Python/
---install-option="--compile --optimize"
+--install-option=-O2
 
 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'