mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
This commit incldues a wrapper application which handles the Private Key JWT method of authenticating via OpenID Connect using the underlying pyoidc library.
26 lines
418 B
TOML
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 = "*"
|