six
shortuuid

[:python_version < "3.2"]
backports.tempfile

[:python_version < "3.4"]
enum34

[:python_version < "3.5"]
typing

[:python_version == "2.7"]
futures

[dev]
pip
pre-commit
pytest>=4
pytest-cov
ipython
twine
yapf
prospector

[dev:python_version < "3"]
pylint<2

[dev:python_version >= "3"]
pylint

[rmq]
pika>=1.0.0b2
topika<0.3.0,>=0.2.0
pyyaml

[rmq:python_version < "3"]
tornado>=4

[rmq:python_version >= "3"]
tornado<5
