elastic-recheck/requirements.txt
Matt Riedemann e4ac5bfe5e Cap keyring in py27 environments
launchpadlib has an uncapped dependency on keyring and
keyring dropped support for py27 in 19.0.0 so we need to
cap keyring when running py27 unit tests.

Alternatively we could just drop support for py27...

Change-Id: I056c3ba264078d62d1ff0aebd2843be1c0062b1d
2019-05-08 11:27:49 -04:00

24 lines
566 B
Plaintext

pbr>=1.8
six
python-dateutil>=2.0
pytz
pyelasticsearch<1.0
gerritlib
python-daemon>=2.2.0
irc>=15.0.1
pyyaml
lockfile
Babel>=0.9.6
lazr.restfulclient>=0.14.2 # LGPL
httplib2>=0.12.0 # MIT License
# NOTE(mriedem): launchpadlib has an uncapped dependency on keyring which
# dropped support for python2.7 in version 19.0.0 so for py27 environments we
# have to explicitly install a capped version of keyring first.
keyring<19.0.0;python_version=='2.7'
launchpadlib>=1.10.6 # LGPL
Jinja2
requests
subunit2sql>=0.9.0
SQLAlchemy>=0.9.7,<1.1.0
PyMySQL>=0.6.2 # MIT License