X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=requirements.txt;h=9b5161bc72ede36c9e3e1dd16f0af4e370232020;hp=e1a553db0ab56ab38990d82d4dd6fb78735769b3;hb=0059490849a24fa005b9b846d2044aa8ffbad8fa;hpb=0a3fbdd532db5f57170c5a60461eeb83f8efb9b2 diff --git a/requirements.txt b/requirements.txt index e1a553d..9b5161b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,10 @@ --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ ---install-option="--compile" +--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'