mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
This commit brings in the `Template` util, added here: https://github.com/alphagov/notifications-utils/pull/1 It also does a fair bit of tidying up, which I’ve unfortunately squashed into this one massive commit. The main change is moving 404 handling into the templates dao, so that every view isn’t littered with `try: … except(HTTPError)`. It also adds new features, in a prototypy sort of way, which are: - download a prefilled example CSV - show all the columns for your template on the 'check' page
18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
Flask==0.10.1
|
|
Flask-Script==2.0.5
|
|
Flask-Migrate==1.3.1
|
|
Flask-SQLAlchemy==2.0
|
|
psycopg2==2.6.1
|
|
SQLAlchemy==1.0.5
|
|
SQLAlchemy-Utils==0.30.5
|
|
Flask-WTF==0.11
|
|
Flask-Login==0.2.11
|
|
Flask-Bcrypt==0.6.2
|
|
credstash==1.8.0
|
|
boto3==1.2.3
|
|
Pygments==2.0.2
|
|
|
|
git+https://github.com/alphagov/notifications-python-client.git@0.2.5#egg=notifications-python-client==0.2.5
|
|
|
|
git+https://github.com/alphagov/notifications-utils.git@0.1.0#egg=notifications-utils==0.1.0
|