manage.get.gov/src/Pipfile
Seamus Johnston 00f87168e5
Add Login.gov *\o/*
This commit incldues a wrapper application which handles
the Private Key JWT method of authenticating via OpenID
Connect using the underlying pyoidc library.
2022-09-22 15:15:13 -05:00

26 lines
418 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
cfenv = "*"
pycryptodomex = "*"
django-allow-cidr = "*"
django-csp = "*"
environs = {extras=["django"]}
gunicorn = "*"
oic = "*"
pyjwkest = "*"
psycopg2-binary = "*"
whitenoise = "*"
[dev-packages]
django-debug-toolbar = "*"
nplusone = "*"
bandit = "*"
black = "*"
flake8 = "*"
mypy = "*"
types-requests = "*"