Merge branch 'main' into nmb/available-domain

This commit is contained in:
Neil Martinsen-Burrell 2022-10-31 11:06:13 -05:00
commit 5d9a469ebd
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
18 changed files with 383 additions and 24 deletions

View file

@ -15,6 +15,8 @@ oic = "*"
pyjwkest = "*"
psycopg2-binary = "*"
whitenoise = "*"
django-formtools = "*"
django-widget-tweaks = "*"
cachetools = "*"
requests = "*"
@ -27,4 +29,5 @@ flake8 = "*"
mypy = "*"
types-requests = "*"
django-stubs = "*"
django-webtest = "*"
types-cachetools = "*"