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

[dev-packages]
mypy = "==0.910"
black = "==21.7b0"
flit = "~=3.0"
interrogate = "~=1.2"
safety = "~=1.9.0"
pytest = "~=6.2.1"
pytest-cov = "*"
pytest-asyncio = "*"
typing-extensions = "*"
mkdocs = "~=1.2.2"
mkdocs-material = "*"
# Needed for the Env class
pydantic = "~=1.8"
# Needed for the integrations only
starlette = "~=0.14"
fastapi = "~=0.68"
flask = "~=1.1"
django = "~=3.0"
click = "*"
