From: Oleg Broytman Date: Sun, 7 May 2017 12:16:23 +0000 (+0300) Subject: Move hard requirements from tox.ini to requirements.txt X-Git-Tag: 0.2.2~10 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=98de441a9a72b411ebfd01c79a1f84017a8ea421 Move hard requirements from tox.ini to requirements.txt Move test requirements to requirements_tests.txt. --- diff --git a/tox.ini b/tox.ini index 65e5eff..0e276dc 100644 --- a/tox.ini +++ b/tox.ini @@ -13,15 +13,7 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" deps = - pytest - pytest-cov - py26: argparse - sqlparse - py2{6,7}: SQLObject>=2.2.1 - py3{4,5,6}: SQLObject>=3.0.0 - m_lib>=3.1 - m_lib.defenc>=1.0 - ppu + -rdevscripts/requirements/requirements_tests.txt postgres: psycopg2 sitepackages = True # Don't fail or warn on uninstalled commands