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

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

[:python_version < "3.4"]
enum34

[cpphash]
mmh3cffi==0.2.1

[redis]
redis>=2.10.5

[test]
flake8
pytest<=4.6
pytest-mock==2.0.0
coverage
pytest-cov

[test:python_version < "3"]
mock

[uwsgi]
uwsgi>=2.0.0
