mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
update requirements.txt
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
boto3==1.4.8
|
||||
boto3==1.5.6
|
||||
cffi==1.11.0 # pyup: != 1.11.1, != 1.11.2 # These versions are missing .whl
|
||||
celery==3.1.25 # pyup: <4
|
||||
docopt==0.6.2
|
||||
@@ -17,18 +17,14 @@ monotonic==1.4
|
||||
psycopg2==2.7.3.2
|
||||
PyJWT==1.5.3
|
||||
SQLAlchemy-Utils==0.32.21
|
||||
SQLAlchemy==1.1.15
|
||||
statsd==3.2.1
|
||||
SQLAlchemy==1.2.0
|
||||
|
||||
notifications-python-client==4.6.0
|
||||
notifications-python-client==4.7.1
|
||||
|
||||
# PaaS
|
||||
awscli==1.14.4
|
||||
awscli==1.14.16
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@23.3.4#egg=notifications-utils==23.3.4
|
||||
git+https://github.com/alphagov/notifications-utils.git@23.3.5#egg=notifications-utils==23.3.5
|
||||
|
||||
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
||||
|
||||
# required by utils
|
||||
git+https://github.com/leohemsted/smartypants.py.git@regex-speedup#egg=smartypants==2.1.0
|
||||
|
||||
@@ -3,7 +3,7 @@ flake8==3.5.0
|
||||
pytest==3.3.1
|
||||
pytest-mock==1.6.3
|
||||
pytest-cov==2.5.1
|
||||
pytest-xdist==1.20.1
|
||||
pytest-xdist==1.21.0
|
||||
coveralls==1.2.0
|
||||
freezegun==0.3.9
|
||||
requests-mock==1.4.0
|
||||
|
||||
Reference in New Issue
Block a user