]> git.phdru.name Git - sqlconvert.git/blob - requirements_dev.txt
Add a test for unescaped strings for Postgres
[sqlconvert.git] / requirements_dev.txt
1 -r requirements.txt
2
3 pytest
4 pytest-cov
5 tox >= 1.8
6 SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
7 SQLObject>=3.0.0; python_version >= '3.4'