X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=requirements.txt;h=f16f3844527371c9430ae7544fab1ee617e8fa09;hb=28203438ec32fe0bf08d4687231d2287e8c62f97;hp=4147751c9e7caae912a152aa248c1fd2faebd78d;hpb=cb476e19be6e75eb0101ebabacab7dbcb1680c49;p=m_librarian.git diff --git a/requirements.txt b/requirements.txt index 4147751..f16f384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,9 @@ -SQLObject +--trusted-host phdru.name +--find-links=http://phdru.name/Software/Python/ +--install-option="--compile" + +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'