mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Send confirmation emails on application submission
This commit is contained in:
parent
3e46683d62
commit
884a58cf10
9 changed files with 594 additions and 216 deletions
|
@ -22,6 +22,7 @@ cachetools = "*"
|
|||
requests = "*"
|
||||
django-fsm = "*"
|
||||
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
|
||||
boto3 = "*"
|
||||
|
||||
[dev-packages]
|
||||
django-debug-toolbar = "*"
|
||||
|
@ -34,3 +35,5 @@ types-requests = "*"
|
|||
django-stubs = "*"
|
||||
django-webtest = "*"
|
||||
types-cachetools = "*"
|
||||
boto3-mocking = "*"
|
||||
boto3-stubs = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue