]> git.phdru.name Git - sqlconvert.git/blobdiff - devscripts/requirements/requirements.txt
Fix(Py3): Use a different test file for Python 3.5+
[sqlconvert.git] / devscripts / requirements / requirements.txt
index e558e85cb6b8393428d10f7061b071811d8f2377..08b0cd3e6a5a600fb78a69b7b05dfb93ecd5b78d 100644 (file)
@@ -1,9 +1,5 @@
---install-option=-O2
-
-argparse; python_version == '2.6'
 sqlparse
-SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
+SQLObject>=2.2.1; python_version >= '2.7' and python_version < '3.0'
 SQLObject>=3.0.0; python_version >= '3.4'
 m_lib.defenc>=1.0
 m_lib>=3.1
-ppu