mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
This was causing a 500 because of a bug in utils. It only occurred when there was missing data for a cell in the recipient column. I’ve also added a test for missing data in a non-recipient column just in case.
31 lines
553 B
Plaintext
31 lines
553 B
Plaintext
cffi==1.9.1
|
|
ago==0.0.8
|
|
Flask==0.10.1
|
|
Flask-Script==2.0.5
|
|
Flask-WTF==0.11
|
|
Flask-Login==0.3.2
|
|
|
|
credstash==1.8.0
|
|
boto3==1.4.4
|
|
py-gfm==0.1.2
|
|
blinker==1.4
|
|
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
|
|
six==1.10.0
|
|
gunicorn==19.6.0
|
|
whitenoise==1.0.6 #manages static assets
|
|
|
|
# pin to minor version 3.1.x
|
|
notifications-python-client>=3.1,<3.2
|
|
|
|
# PaaS
|
|
awscli>=1.11,<1.12
|
|
awscli-cwlogs>=1.4,<1.5
|
|
|
|
git+https://github.com/alphagov/notifications-utils.git@17.5.6#egg=notifications-utils==17.5.6
|