Django>=1.11
PyJWT>=1.5.2
djangorestframework>=3.7

[dev]
tox

[docs]
mkdocs==0.13.2

[lint]
isort
pylint
pylint-django==0.11.1
yapf

[test]
cryptography==2.0.3
mock
pytest-cov
pytest-django
pytest-runner
pytest>=3.0
