six

[: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
pytest-cov
shortuuid
ipython
twine
yapf
prospector

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

[dev:python_version >= "3"]
pylint

[rmq]
pika>="1.0.0b1"
topika>="0.1.2"
pyyaml

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

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