
[:python_version < "3.7"]
requests<2.28

[:python_version == "2.7"]
futures

[:python_version >= "3.7"]
requests

[dev]
coverage<7.2
flake8
pytest
pytest-cov
freezegun
scrutinizer-ocular
codecov
