X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=requirements.txt;h=b33eab20578ab6a28c7a4d59854073d22e30bb9c;hb=b891bde33dd67cc14fc9269ca83040487b124f4a;hp=11f797d6f91a6ae708c291624420de7cff536673;hpb=9d452cf8fda3fe99b1d6a99fb9692c14e64bf443;p=m_librarian.git diff --git a/requirements.txt b/requirements.txt index 11f797d..b33eab2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ ---install-option="--compile" +--install-option=-O2 -SQLObject>=2.2.1 -m_lib>=2.0 +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'