Files
notifications-admin/requirements.txt

32 lines
569 B
Plaintext
Raw Normal View History

2016-12-08 16:50:37 +00:00
cffi==1.9.1
ago==0.0.8
Flask==0.10.1
2015-11-23 13:50:37 +00:00
Flask-Script==2.0.5
Flask-WTF==0.11
2016-05-04 13:01:55 +01:00
Flask-Login==0.3.2
credstash==1.8.0
Bump Boto version Our deploys have stopped working. It’s complaining with an `ImportError` somewhere in Boto: ``` 017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR Traceback (most recent call last): 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR File “/home/vcap/app/.heroku/python/bin/aws”, line 19, in <module> 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR import awscli.clidriver 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR File “/app/.heroku/python/lib/python3.5/site-packages/awscli/clidriver.py”, line 33, in <module> 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR from awscli.help import ProviderHelpCommand 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR File “/app/.heroku/python/lib/python3.5/site-packages/awscli/help.py”, line 27, in <module> 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR from awscli.clidocs import ProviderDocumentEventHandler 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR File “/app/.heroku/python/lib/python3.5/site-packages/awscli/clidocs.py”, line 18, in <module> 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR from botocore.utils import is_json_value_header 2017-04-04T10:46:26.17+0100 [APP/PROC/WEB/0]ERR ImportError: cannot import name ‘is_json_value_header’ 2017-04-04T10:46:26.20+0100 [APP/PROC/WEB/0]OUT Terminating application process with pid ``` Our version of Boto is a year old. Upgrading it to the latest version seems like a good idea. Not a breaking version number change. Changelog here: https://github.com/boto/boto3/blob/develop/CHANGELOG.rst Complete changes: https://github.com/boto/boto3/compare/1.3.0...1.4.4
2017-04-04 11:01:00 +01:00
boto3==1.4.4
Pygments==2.0.2
py-gfm==0.1.2
2016-04-27 16:45:50 +01:00
blinker==1.4
2016-05-17 08:48:17 +01:00
lxml==3.6.0
pyexcel==0.2.1
pyexcel-io==0.1.0
pyexcel-xls==0.1.0
pyexcel-xlsx==0.1.0
pyexcel-ods3==0.1.1
2016-05-17 14:00:40 +01:00
pytz==2016.4
six==1.10.0
2016-12-08 16:50:37 +00:00
gunicorn==19.6.0
whitenoise==1.0.6 #manages static assets
# pin to minor version 3.1.x
notifications-python-client>=3.1,<3.2
2016-01-07 15:39:36 +00:00
2017-02-14 16:17:30 +00:00
# PaaS
awscli>=1.11,<1.12
awscli-cwlogs>=1.4,<1.5
git+https://github.com/alphagov/notifications-utils.git@17.3.2#egg=notifications-utils==17.3.2