Merge branch 'main' into ik/setup-uswds

This commit is contained in:
igorkorenfeld 2022-09-12 18:22:14 -04:00
commit 0561d1f0ae
No known key found for this signature in database
GPG key ID: 826947A4B867F659
23 changed files with 552 additions and 101 deletions

View file

@ -16,3 +16,8 @@ whitenoise = "*"
[dev-packages]
django-debug-toolbar = "*"
nplusone = "*"
bandit = "*"
black = "*"
flake8 = "*"
mypy = "*"
types-requests = "*"