X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=requirements.txt;h=9b5161bc72ede36c9e3e1dd16f0af4e370232020;hb=9ae137068e8bf5846447a50a2f7c2297d5139fa3;hp=e0fc4e7182e3bea28a23a652fb4da634e5cf4132;hpb=b4bfb63ecab0ee594247c576a3414c4cdd133058;p=sqlconvert.git diff --git a/requirements.txt b/requirements.txt index e0fc4e7..9b5161b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +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'