mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
- this uses alpha API for delivery - no DB model included as just proving - all notifications for same service at the moment (!)
19 lines
536 B
Plaintext
19 lines
536 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
|
|
PyJWT==1.4.0
|
|
marshmallow==2.4.2
|
|
marshmallow-sqlalchemy==0.8.0
|
|
flask-marshmallow==0.6.2
|
|
itsdangerous==0.24
|
|
|
|
git+https://github.com/alphagov/notifications-python-client.git@0.1.5#egg=notifications-python-client==0.1.5
|
|
|
|
git+https://github.com/alphagov/notifications-utils.git@0.0.3#egg=notifications-utils==0.0.3
|
|
|
|
git+https://github.com/alphagov/notify-api-client.git@0.1.5#egg=notify-api-client==0.1.5
|