mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
@@ -1,12 +1,12 @@
|
|||||||
# Run `make freeze-requirements` to update requirements.txt
|
# Run `make freeze-requirements` to update requirements.txt
|
||||||
# with package version changes made in requirements-app.txt
|
# with package version changes made in requirements-app.txt
|
||||||
|
|
||||||
cffi==1.11.5
|
cffi==1.12.1
|
||||||
celery==3.1.26.post2 # pyup: <4
|
celery==3.1.26.post2 # pyup: <4
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
Flask-Bcrypt==0.7.1
|
Flask-Bcrypt==0.7.1
|
||||||
flask-marshmallow==0.9.0
|
flask-marshmallow==0.9.0
|
||||||
Flask-Migrate==2.3.1
|
Flask-Migrate==2.4.0
|
||||||
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
|
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
|
||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
click-datetime==0.2
|
click-datetime==0.2
|
||||||
@@ -15,10 +15,10 @@ gunicorn==19.7.1
|
|||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
jsonschema==3.0.0b3
|
jsonschema==3.0.0b3
|
||||||
marshmallow-sqlalchemy==0.16.0
|
marshmallow-sqlalchemy==0.16.0
|
||||||
marshmallow==2.18.0
|
marshmallow==2.18.1
|
||||||
psycopg2-binary==2.7.7
|
psycopg2-binary==2.7.7
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
SQLAlchemy==1.2.17
|
SQLAlchemy==1.2.18
|
||||||
|
|
||||||
notifications-python-client==5.3.0
|
notifications-python-client==5.3.0
|
||||||
|
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
# Run `make freeze-requirements` to update requirements.txt
|
# Run `make freeze-requirements` to update requirements.txt
|
||||||
# with package version changes made in requirements-app.txt
|
# with package version changes made in requirements-app.txt
|
||||||
|
|
||||||
cffi==1.11.5
|
cffi==1.12.1
|
||||||
celery==3.1.26.post2 # pyup: <4
|
celery==3.1.26.post2 # pyup: <4
|
||||||
docopt==0.6.2
|
docopt==0.6.2
|
||||||
Flask-Bcrypt==0.7.1
|
Flask-Bcrypt==0.7.1
|
||||||
flask-marshmallow==0.9.0
|
flask-marshmallow==0.9.0
|
||||||
Flask-Migrate==2.3.1
|
Flask-Migrate==2.4.0
|
||||||
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
|
git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
|
||||||
Flask==1.0.2
|
Flask==1.0.2
|
||||||
click-datetime==0.2
|
click-datetime==0.2
|
||||||
@@ -17,10 +17,10 @@ gunicorn==19.7.1
|
|||||||
iso8601==0.1.12
|
iso8601==0.1.12
|
||||||
jsonschema==3.0.0b3
|
jsonschema==3.0.0b3
|
||||||
marshmallow-sqlalchemy==0.16.0
|
marshmallow-sqlalchemy==0.16.0
|
||||||
marshmallow==2.18.0
|
marshmallow==2.18.1
|
||||||
psycopg2-binary==2.7.7
|
psycopg2-binary==2.7.7
|
||||||
PyJWT==1.7.1
|
PyJWT==1.7.1
|
||||||
SQLAlchemy==1.2.17
|
SQLAlchemy==1.2.18
|
||||||
|
|
||||||
notifications-python-client==5.3.0
|
notifications-python-client==5.3.0
|
||||||
|
|
||||||
@@ -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.98
|
awscli==1.16.107
|
||||||
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.88
|
botocore==1.12.97
|
||||||
certifi==2018.11.29
|
certifi==2018.11.29
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
Click==7.0
|
Click==7.0
|
||||||
@@ -67,16 +67,16 @@ phonenumbers==8.10.2
|
|||||||
pyasn1==0.4.5
|
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.10
|
||||||
python-dateutil==2.8.0
|
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
|
||||||
PyYAML==3.12
|
PyYAML==3.12
|
||||||
redis==3.1.0
|
redis==3.2.0
|
||||||
requests==2.21.0
|
requests==2.21.0
|
||||||
rsa==3.4.2
|
rsa==3.4.2
|
||||||
s3transfer==0.1.13
|
s3transfer==0.2.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
smartypants==2.0.1
|
smartypants==2.0.1
|
||||||
statsd==3.3.0
|
statsd==3.3.0
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
flake8==3.7.5
|
flake8==3.7.6
|
||||||
pytest==3.10.1
|
|
||||||
moto==1.3.7
|
moto==1.3.7
|
||||||
|
pytest==3.10.1 # pyup: <4
|
||||||
pytest-env==0.6.2
|
pytest-env==0.6.2
|
||||||
pytest-mock==1.10.1
|
pytest-mock==1.10.1
|
||||||
pytest-cov==2.6.1
|
pytest-cov==2.6.1
|
||||||
pytest-xdist==1.26.1
|
pytest-xdist==1.26.1
|
||||||
coveralls==1.5.1
|
coveralls==1.6.0
|
||||||
freezegun==0.3.11
|
freezegun==0.3.11
|
||||||
requests-mock==1.5.2
|
requests-mock==1.5.2
|
||||||
# optional requirements for jsonschema
|
# optional requirements for jsonschema
|
||||||
|
|||||||
Reference in New Issue
Block a user