]> git.phdru.name Git - sqlconvert.git/blobdiff - requirements.txt
Use Portable Python Utilities
[sqlconvert.git] / requirements.txt
index 930537a678318ed3b84517a6d36baf0dd1e60673..e558e85cb6b8393428d10f7061b071811d8f2377 100644 (file)
@@ -1,10 +1,9 @@
---trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
---install-option="--compile --optimize"
+--install-option=-O2
 
 argparse; python_version == '2.6'
 sqlparse
 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'
+m_lib.defenc>=1.0
+m_lib>=3.1
+ppu