]> git.phdru.name Git - sqlconvert.git/blobdiff - requirements.txt
Version 0.1.2: Fix dependencies
[sqlconvert.git] / requirements.txt
index f1bf8b4457acfd2f1c4fe5d4b347718fa9623ec8..af29963fc26f1a8beed8cb1ff81f1fe0a14857e1 100644 (file)
@@ -1,8 +1,8 @@
---trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
---install-option="--compile --optimize"
+--install-option=-O2
 
 argparse; python_version == '2.6'
 sqlparse
-m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
-m_lib>=3.0; python_version >= '3.4'
+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
+m_lib>=3.1