mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 08:03:51 -04:00
This commit rearranges the CSV errors (again) to make them geared towards teaching you how to match placeholders to the column headers. So the order of errors now is: 1. No phone number/email column 2. Column headers don’t match placeholders 3. Missing or bad data 4. Trial mode 5. Daily limit reached This depends on: - [x] https://github.com/alphagov/notifications-utils/pull/39 for 1.
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@6.1.0#egg=notifications-utils==6.1.0
|