X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=requirements.txt;h=f16f3844527371c9430ae7544fab1ee617e8fa09;hb=8f977b9eeedb62ab6b2a8eb790b4977a14f7acbb;hp=11f797d6f91a6ae708c291624420de7cff536673;hpb=281320701796a6fd5984f3ef66ee450ea2e7c4b3;p=m_librarian.git diff --git a/requirements.txt b/requirements.txt index 11f797d..f16f384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,8 @@ --find-links=http://phdru.name/Software/Python/ --install-option="--compile" -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'