]> git.phdru.name Git - sqlconvert.git/blobdiff - devscripts/requirements/requirements.txt
Use ppu to cleanup pip cache
[sqlconvert.git] / devscripts / requirements / requirements.txt
index e558e85cb6b8393428d10f7061b071811d8f2377..abe3d944ad92404eba46bb869f69722dcde87511 100644 (file)
@@ -1,9 +1,7 @@
 --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