mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 17:45:41 -04:00
A little bit of clean up.
- Remove the deploy to staging | live links in the README - Update most of the outdated requirements. Left Flask update out for now.
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
apispec==0.12.0
|
||||
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.1
|
||||
SQLAlchemy==1.0.5
|
||||
SQLAlchemy-Utils==0.30.5
|
||||
PyJWT==1.4.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.2.3
|
||||
boto==2.39.0
|
||||
boto3==1.4.0
|
||||
boto==2.42.0
|
||||
celery==3.1.20
|
||||
monotonic==0.3
|
||||
monotonic==1.2
|
||||
statsd==3.2.1
|
||||
|
||||
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-python-client.git@1.2.0#egg=notifications-python-client==1.2.0
|
||||
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@9.0.0#egg=notifications-utils==9.0.0
|
||||
|
||||
Reference in New Issue
Block a user