]> git.phdru.name Git - sqlconvert.git/blob - requirements.txt
[mysql2sql] Show the name of the file being converted
[sqlconvert.git] / requirements.txt
1 --trusted-host phdru.name
2 --find-links=http://phdru.name/Software/Python/
3 --install-option=-O2
4
5 argparse; python_version == '2.6'
6 sqlparse
7 SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
8 SQLObject>=3.0.0; python_version >= '3.4'
9 m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
10 m_lib>=3.0; python_version >= '3.4'