From a4a934f6ba5078a25837e951d729c4946f9b96f7 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 13 Jul 2016 15:07:32 +0100 Subject: [PATCH] Add formatting of emails, conditional placeholders Implements and depends on: - [x] https://github.com/alphagov/notifications-utils/pull/45 - [x] https://github.com/alphagov/notifications-utils/pull/47 - [x] https://github.com/alphagov/notifications-utils/pull/48 - [x] https://github.com/alphagov/notifications-utils/pull/50 - [ ] https://github.com/alphagov/notifications-utils/pull/51 - [ ] https://github.com/alphagov/notifications-utils/pull/52 Should be deployed ahead of the admin side of these features, which is in: https://github.com/alphagov/notifications-admin/pull/781 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 015df2abb..1c128c543 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ statsd==3.2.1 git+https://github.com/alphagov/notifications-python-client.git@1.0.0#egg=notifications-python-client==1.0.0 -git+https://github.com/alphagov/notifications-utils.git@8.2.0#egg=notifications-utils==8.2.0 +git+https://github.com/alphagov/notifications-utils.git@8.4.1#egg=notifications-utils==8.4.1