X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=requirements.txt;h=b33eab20578ab6a28c7a4d59854073d22e30bb9c;hb=f48abd21f0d95056a517239a3cc802b1396c7f5e;hp=88acdf5347f53771842d05d6c964a1576e181044;hpb=42c20a0442a4348b9059018f8939dd4e351db8e6;p=m_librarian.git diff --git a/requirements.txt b/requirements.txt index 88acdf5..b33eab2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,9 @@ -SQLObject -m_lib +--trusted-host phdru.name +--find-links=http://phdru.name/Software/Python/ +--install-option=-O2 + +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'