X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=requirements.txt;h=bd5c09b9e953e4b04f1f8838cc6cd32b076a003b;hb=9b4f50c79b856146e1d90444df10e64797869997;hp=4147751c9e7caae912a152aa248c1fd2faebd78d;hpb=cb476e19be6e75eb0101ebabacab7dbcb1680c49;p=m_librarian.git diff --git a/requirements.txt b/requirements.txt index 4147751..bd5c09b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,6 @@ -SQLObject +--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.defenc>=1.0