[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pyjwt = "<3"
django = ">=3.1"
djangorestframework = ">=3.10"
cryptography = "<4"

[dev-packages]
flit = "*"
mypy = "==0.812"
django-stubs = "==1.7.0"
djangorestframework-stubs = "==1.1.0"
httpretty = "==1.1.3"

[requires]
python_version = "3.9"
