sqlalchemy-migrate/test-requirements.txt
Mike Bayer 851bd217a0 Use mysqlclient
The test requirement for MySQL-Python refers to a package that
has had no releases since 2014 and no longer builds on some MySQL /
MariaDB variants.  MySQL-Python has for years been superseded by
the mysqlclient fork which is actively maintained.   mysqlclient
may at some point be allowed to take over the MySQL-Python name
as per PEP-541 however this hasn't happened yet.

Change-Id: I67dd2338dc74e59c2deb2f1bd1b848e3c63e10e8
2019-01-16 16:08:25 -05:00

27 lines
540 B
Plaintext

# Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.5.7
pyflakes==0.8.1
flake8>=2.2.4,<=2.4.1
hacking>=0.10.0,<0.11
coverage>=3.6
discover
feedparser
fixtures>=0.3.14
mock>=1.2
mox>=0.5.3
mysqlclient
psycopg2
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2
sphinxcontrib_issuetracker
testrepository>=0.0.17
testtools>=0.9.34,<0.9.36
tempest-lib>=0.1.0
scripttest
# NOTE(rpodolyaka): This version identifier is currently necessary as
# pytz otherwise does not install on pip 1.4 or higher
pylint
pytz>=2010h