pytest
pytest-mock
responses
freezegun
coverage
# testing sqlalchemy support
sqlalchemy>=1.3.11
flask-sqlalchemy
# testing integration with other extensions
flask-login
flask-caching
betamax
# we need the `signedtoken` extra for `oauthlib`
oauthlib[signedtoken]
