elastic-recheck/requirements.txt
Andreas Jaeger caf50835ad Remove argparse from requirements
argparse was external in python 2.6 but not anymore, remove it from
requirements. Also, remove python 2.6 classifier from setup.cfg. This
project is not tested with 2.6 anymore.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
2016-01-21 07:58:31 +01:00

24 lines
561 B
Plaintext

six
python-dateutil>=2.0
pytz
pyelasticsearch<1.0
gerritlib
python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107
# irc depends on jaraco modules. jaraco.functools 1.6 attempts to import
# backports which do not exist. This appears to be a dependency issue
# upstream. Avoid this by forcing the use of older jaraco.functools.
jaraco.functools<1.6
jaraco.itertools<1.6
jaraco.collections<1.2
irc!=11.1
pyyaml
lockfile
pbr>=1.6
Babel>=0.9.6
launchpadlib
Jinja2
requests
subunit2sql>=0.9.0
SQLAlchemy>=0.9.7,<1.1.0
PyMySQL>=0.6.2 # MIT License