mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 09:21:39 -05:00
@@ -1,12 +1,12 @@
|
||||
# Run `make freeze-requirements` to update requirements.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
|
||||
docopt==0.6.2
|
||||
Flask-Bcrypt==0.7.1
|
||||
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
|
||||
Flask==1.0.2
|
||||
click-datetime==0.2
|
||||
@@ -15,10 +15,10 @@ gunicorn==19.7.1
|
||||
iso8601==0.1.12
|
||||
jsonschema==3.0.0b3
|
||||
marshmallow-sqlalchemy==0.16.0
|
||||
marshmallow==2.18.0
|
||||
marshmallow==2.18.1
|
||||
psycopg2-binary==2.7.7
|
||||
PyJWT==1.7.1
|
||||
SQLAlchemy==1.2.17
|
||||
SQLAlchemy==1.2.18
|
||||
|
||||
notifications-python-client==5.3.0
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
# Run `make freeze-requirements` to update requirements.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
|
||||
docopt==0.6.2
|
||||
Flask-Bcrypt==0.7.1
|
||||
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
|
||||
Flask==1.0.2
|
||||
click-datetime==0.2
|
||||
@@ -17,10 +17,10 @@ gunicorn==19.7.1
|
||||
iso8601==0.1.12
|
||||
jsonschema==3.0.0b3
|
||||
marshmallow-sqlalchemy==0.16.0
|
||||
marshmallow==2.18.0
|
||||
marshmallow==2.18.1
|
||||
psycopg2-binary==2.7.7
|
||||
PyJWT==1.7.1
|
||||
SQLAlchemy==1.2.17
|
||||
SQLAlchemy==1.2.18
|
||||
|
||||
notifications-python-client==5.3.0
|
||||
|
||||
@@ -40,12 +40,12 @@ alembic==1.0.7
|
||||
amqp==1.4.9
|
||||
anyjson==0.3.3
|
||||
attrs==18.2.0
|
||||
awscli==1.16.98
|
||||
awscli==1.16.107
|
||||
bcrypt==3.1.6
|
||||
billiard==3.3.0.23
|
||||
bleach==3.0.2
|
||||
boto3==1.6.16
|
||||
botocore==1.12.88
|
||||
botocore==1.12.97
|
||||
certifi==2018.11.29
|
||||
chardet==3.0.4
|
||||
Click==7.0
|
||||
@@ -67,16 +67,16 @@ phonenumbers==8.10.2
|
||||
pyasn1==0.4.5
|
||||
pycparser==2.19
|
||||
PyPDF2==1.26.0
|
||||
pyrsistent==0.14.9
|
||||
pyrsistent==0.14.10
|
||||
python-dateutil==2.8.0
|
||||
python-editor==1.0.4
|
||||
python-json-logger==0.1.10
|
||||
pytz==2018.9
|
||||
PyYAML==3.12
|
||||
redis==3.1.0
|
||||
redis==3.2.0
|
||||
requests==2.21.0
|
||||
rsa==3.4.2
|
||||
s3transfer==0.1.13
|
||||
s3transfer==0.2.0
|
||||
six==1.12.0
|
||||
smartypants==2.0.1
|
||||
statsd==3.3.0
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
-r requirements.txt
|
||||
flake8==3.7.5
|
||||
pytest==3.10.1
|
||||
flake8==3.7.6
|
||||
moto==1.3.7
|
||||
pytest==3.10.1 # pyup: <4
|
||||
pytest-env==0.6.2
|
||||
pytest-mock==1.10.1
|
||||
pytest-cov==2.6.1
|
||||
pytest-xdist==1.26.1
|
||||
coveralls==1.5.1
|
||||
coveralls==1.6.0
|
||||
freezegun==0.3.11
|
||||
requests-mock==1.5.2
|
||||
# optional requirements for jsonschema
|
||||
|
||||
Reference in New Issue
Block a user