X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=requirements.txt;h=be7fedeecd66483ba008d4a07fcaa5b04bf52f35;hb=6714c899a8a8bd5b2c1c707fa1ed22b265e1e1d7;hp=40340c02568483aabfd975da6977e4a5ea47ac29;hpb=a21abd3790a2bd7d83f0ae5d61364a87e25d2333;p=m_librarian.git diff --git a/requirements.txt b/requirements.txt index 40340c0..be7fede 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,9 @@ -SQLObject>=2.2.1 -m_lib +--trusted-host phdru.name +--find-links=http://phdru.name/Software/Python/ +--install-option="--compile --optimize" + +argparse; python_version == '2.6' +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'