mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
@@ -6,7 +6,7 @@ celery==3.1.26.post2 # pyup: <4
|
||||
docopt==0.6.2
|
||||
Flask-Bcrypt==0.7.1
|
||||
flask-marshmallow==0.9.0
|
||||
Flask-Migrate==2.2.1
|
||||
Flask-Migrate==2.3.0
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
Flask==1.0.2
|
||||
click-datetime==0.2
|
||||
@@ -15,7 +15,7 @@ gunicorn==19.7.1
|
||||
iso8601==0.1.12
|
||||
jsonschema==2.6.0
|
||||
marshmallow-sqlalchemy==0.14.1
|
||||
marshmallow==2.15.6
|
||||
marshmallow==2.16.0
|
||||
psycopg2-binary==2.7.5
|
||||
PyJWT==1.6.4
|
||||
SQLAlchemy==1.2.12
|
||||
@@ -23,9 +23,9 @@ SQLAlchemy==1.2.12
|
||||
notifications-python-client==5.2.0
|
||||
|
||||
# PaaS
|
||||
awscli==1.15.82
|
||||
awscli==1.15.82 # pyup: ignore
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
botocore<1.11.0
|
||||
botocore<1.11.0 # pyup: ignore
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@30.5.5#egg=notifications-utils==30.5.5
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ celery==3.1.26.post2 # pyup: <4
|
||||
docopt==0.6.2
|
||||
Flask-Bcrypt==0.7.1
|
||||
flask-marshmallow==0.9.0
|
||||
Flask-Migrate==2.2.1
|
||||
Flask-Migrate==2.3.0
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
Flask==1.0.2
|
||||
click-datetime==0.2
|
||||
@@ -17,7 +17,7 @@ gunicorn==19.7.1
|
||||
iso8601==0.1.12
|
||||
jsonschema==2.6.0
|
||||
marshmallow-sqlalchemy==0.14.1
|
||||
marshmallow==2.15.6
|
||||
marshmallow==2.16.0
|
||||
psycopg2-binary==2.7.5
|
||||
PyJWT==1.6.4
|
||||
SQLAlchemy==1.2.12
|
||||
@@ -25,16 +25,16 @@ SQLAlchemy==1.2.12
|
||||
notifications-python-client==5.2.0
|
||||
|
||||
# PaaS
|
||||
awscli==1.15.82
|
||||
awscli==1.15.82 # pyup: ignore
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
botocore<1.11.0
|
||||
botocore<1.11.0 # pyup: ignore
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@30.5.5#egg=notifications-utils==30.5.5
|
||||
|
||||
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
||||
|
||||
## The following requirements were added by pip freeze:
|
||||
alembic==1.0.0
|
||||
alembic==1.0.1
|
||||
amqp==1.4.9
|
||||
anyjson==0.3.3
|
||||
bcrypt==3.1.4
|
||||
@@ -51,7 +51,7 @@ future==0.16.0
|
||||
greenlet==0.4.15
|
||||
html5lib==1.0.1
|
||||
idna==2.7
|
||||
itsdangerous==0.24
|
||||
ItsDangerous==1.0.0
|
||||
Jinja2==2.10
|
||||
jmespath==0.9.3
|
||||
kombu==3.0.37
|
||||
@@ -70,12 +70,12 @@ python-json-logger==0.1.8
|
||||
pytz==2018.5
|
||||
PyYAML==3.13
|
||||
redis==2.10.6
|
||||
requests==2.19.1
|
||||
requests==2.20.0
|
||||
rsa==3.4.2
|
||||
s3transfer==0.1.13
|
||||
six==1.11.0
|
||||
smartypants==2.0.1
|
||||
statsd==3.2.2
|
||||
urllib3==1.23
|
||||
urllib3==1.24
|
||||
webencodings==0.5.1
|
||||
Werkzeug==0.14.1
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
-r requirements.txt
|
||||
flake8==3.5.0
|
||||
pytest==3.8.0
|
||||
moto==1.3.5
|
||||
pytest==3.9.1
|
||||
moto==1.3.6
|
||||
pytest-env==0.6.2
|
||||
pytest-mock==1.10.0
|
||||
pytest-cov==2.6.0
|
||||
pytest-xdist==1.23.0
|
||||
coveralls==1.5.0
|
||||
freezegun==0.3.10
|
||||
pytest-xdist==1.23.2
|
||||
coveralls==1.5.1
|
||||
freezegun==0.3.11
|
||||
requests-mock==1.5.2
|
||||
# optional requirements for jsonschema
|
||||
strict-rfc3339==0.7
|
||||
|
||||
Reference in New Issue
Block a user