requests>=2.9.1
pyyaml>=5.1
future>=0.15.2
docopt>=0.6.2

[:python_version < "3"]
six>=1.10.0
futures>=3.0.5

[:python_version < "3.4"]
enum34

[cpphash]
mmh3cffi>=0.1.4

[redis]
redis>=2.10.5

[test]
flake8
pytest
pytest-mock
coverage
pytest-cov

[test:python_version < "3"]
mock

[uwsgi]
uwsgi>=2.0.0
