mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-03 15:41:06 -04:00
This commit makes two main changes to what happens when a user is in trial mode and they upload some email addresses belonging to other people. 1. Add a specific banner error telling the user about trial mode 2. Make this error higher priority, eg it will show up before the error about having too many recipients in your file This means making some changes to the tests so that the example CSV files include the user’s phone number, then making them invalid by omitting data required by the templates. Depends on: https://github.com/alphagov/notifications-utils/pull/34
22 lines
478 B
Plaintext
22 lines
478 B
Plaintext
Flask==0.10.1
|
|
Flask-Script==2.0.5
|
|
Flask-WTF==0.11
|
|
Flask-Login==0.3.2
|
|
credstash==1.8.0
|
|
boto3==1.3.0
|
|
Pygments==2.0.2
|
|
py-gfm==0.1.2
|
|
blinker==1.4
|
|
monotonic==0.3
|
|
lxml==3.6.0
|
|
pyexcel==0.2.1
|
|
pyexcel-io==0.1.0
|
|
pyexcel-xls==0.1.0
|
|
pyexcel-xlsx==0.1.0
|
|
pyexcel-ods3==0.1.1
|
|
pytz==2016.4
|
|
|
|
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@5.3.0#egg=notifications-utils==5.3.0
|