]> git.phdru.name Git - m_librarian.git/blobdiff - requirements.txt
Version 0.0.14: Python 3
[m_librarian.git] / requirements.txt
index 40340c02568483aabfd975da6977e4a5ea47ac29..f16f3844527371c9430ae7544fab1ee617e8fa09 100644 (file)
@@ -1,2 +1,9 @@
-SQLObject>=2.2.1
-m_lib
+--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'