]> git.phdru.name Git - m_librarian.git/blob - requirements.txt
Different requirements for Python 2.6, 2.7, and 3.4+
[m_librarian.git] / requirements.txt
1 --trusted-host phdru.name
2 --find-links=http://phdru.name/Software/Python/
3 --install-option="--compile"
4
5 argparse; python_version == '2.6'
6 SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
7 SQLObject>=3.0.0; python_version >= '3.4'
8 m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
9 m_lib>=3.0; python_version >= '3.4'