mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-18 00:21:16 -05:00
brings in a fix to InvalidEmail/Phone/AddressExceptions not being instantiated correctly. `exception.message` is not a python standard, so we shouldn't be relying on it to transmit exception reasons - rather we should be using `str(exception)` instead. This involved a handful of small changes to the schema validation
29 lines
629 B
Plaintext
29 lines
629 B
Plaintext
apispec==0.14.0
|
|
bleach==1.4.3
|
|
Flask==0.10.1
|
|
Flask-Script==2.0.5
|
|
Flask-Migrate==1.3.1
|
|
Flask-SQLAlchemy==2.0
|
|
psycopg2==2.6.2
|
|
SQLAlchemy==1.0.15
|
|
SQLAlchemy-Utils==0.32.9
|
|
PyJWT==1.4.2
|
|
marshmallow==2.4.2
|
|
marshmallow-sqlalchemy==0.8.0
|
|
flask-marshmallow==0.6.2
|
|
Flask-Bcrypt==0.6.2
|
|
credstash==1.8.0
|
|
boto3==1.4.0
|
|
celery==3.1.23
|
|
monotonic==1.2
|
|
statsd==3.2.1
|
|
jsonschema==2.5.1
|
|
Flask-Redis==0.1.0
|
|
|
|
# pin to minor version 3.1.x
|
|
notifications-python-client>=3.1,<3.2
|
|
|
|
git+https://github.com/alphagov/notifications-utils.git@13.0.1#egg=notifications-utils==13.0.1
|
|
|
|
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|