]> git.phdru.name Git - sqlconvert.git/blobdiff - requirements_dev.txt
Do not test statements in StatementGrouper
[sqlconvert.git] / requirements_dev.txt
index 73c8ac6f99706acbcad1e859fdc54ffda340a5e1..18f30f86432ac4d5f45f3dd24ff504890170b931 100644 (file)
@@ -1,3 +1,7 @@
 -r requirements.txt
 
 pytest
+pytest-cov
+tox >= 1.8
+SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
+SQLObject>=3.0.0; python_version >= '3.4'