mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05:00
@@ -13,14 +13,14 @@ click-datetime==0.2
|
|||||||
eventlet==0.23.0
|
eventlet==0.23.0
|
||||||
gunicorn==19.7.1
|
gunicorn==19.7.1
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
jsonschema==3.0.0a3
|
jsonschema==3.0.0b3
|
||||||
marshmallow-sqlalchemy==0.15.0
|
marshmallow-sqlalchemy==0.16.0
|
||||||
marshmallow==2.16.3
|
marshmallow==2.18.0
|
||||||
psycopg2-binary==2.7.7
|
psycopg2-binary==2.7.7
|
||||||
PyJWT==1.6.4
|
PyJWT==1.7.1
|
||||||
SQLAlchemy==1.2.16
|
SQLAlchemy==1.2.17
|
||||||
|
|
||||||
notifications-python-client==5.2.0
|
notifications-python-client==5.3.0
|
||||||
|
|
||||||
# PaaS
|
# PaaS
|
||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
|
|||||||
@@ -15,14 +15,14 @@ click-datetime==0.2
|
|||||||
eventlet==0.23.0
|
eventlet==0.23.0
|
||||||
gunicorn==19.7.1
|
gunicorn==19.7.1
|
||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
jsonschema==3.0.0a3
|
jsonschema==3.0.0b3
|
||||||
marshmallow-sqlalchemy==0.15.0
|
marshmallow-sqlalchemy==0.16.0
|
||||||
marshmallow==2.16.3
|
marshmallow==2.18.0
|
||||||
psycopg2-binary==2.7.7
|
psycopg2-binary==2.7.7
|
||||||
PyJWT==1.6.4
|
PyJWT==1.7.1
|
||||||
SQLAlchemy==1.2.16
|
SQLAlchemy==1.2.17
|
||||||
|
|
||||||
notifications-python-client==5.2.0
|
notifications-python-client==5.3.0
|
||||||
|
|
||||||
# PaaS
|
# PaaS
|
||||||
awscli-cwlogs>=1.4,<1.5
|
awscli-cwlogs>=1.4,<1.5
|
||||||
@@ -40,12 +40,12 @@ alembic==1.0.7
|
|||||||
amqp==1.4.9
|
amqp==1.4.9
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
awscli==1.16.96
|
awscli==1.16.98
|
||||||
bcrypt==3.1.6
|
bcrypt==3.1.6
|
||||||
billiard==3.3.0.23
|
billiard==3.3.0.23
|
||||||
bleach==3.0.2
|
bleach==3.0.2
|
||||||
boto3==1.6.16
|
boto3==1.6.16
|
||||||
botocore==1.12.86
|
botocore==1.12.88
|
||||||
certifi==2018.11.29
|
certifi==2018.11.29
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
Click==7.0
|
Click==7.0
|
||||||
@@ -68,7 +68,7 @@ pyasn1==0.4.5
|
|||||||
pycparser==2.19
|
pycparser==2.19
|
||||||
PyPDF2==1.26.0
|
PyPDF2==1.26.0
|
||||||
pyrsistent==0.14.9
|
pyrsistent==0.14.9
|
||||||
python-dateutil==2.7.5
|
python-dateutil==2.8.0
|
||||||
python-editor==1.0.4
|
python-editor==1.0.4
|
||||||
python-json-logger==0.1.10
|
python-json-logger==0.1.10
|
||||||
pytz==2018.9
|
pytz==2018.9
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
flake8==3.7.4
|
flake8==3.7.5
|
||||||
pytest==3.10.1
|
pytest==3.10.1
|
||||||
moto==1.3.7
|
moto==1.3.7
|
||||||
pytest-env==0.6.2
|
pytest-env==0.6.2
|
||||||
pytest-mock==1.10.0
|
pytest-mock==1.10.1
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-xdist==1.26.0
|
pytest-xdist==1.26.1
|
||||||
coveralls==1.5.1
|
coveralls==1.5.1
|
||||||
freezegun==0.3.11
|
freezegun==0.3.11
|
||||||
requests-mock==1.5.2
|
requests-mock==1.5.2
|
||||||
|
|||||||
Reference in New Issue
Block a user