mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 19:34:15 -05:00
Bump PyExcel to 0.6.1
0.6.0 has been withdrawn because it contained a bug (which wouldn’t affect us). But we can’t use it now because pip can’t find it to install. So needs upgrading to the next version now.
This commit is contained in:
@@ -9,7 +9,7 @@ Flask-WTF==0.14.3
|
||||
Flask-Login==0.5.0
|
||||
|
||||
blinker==1.4
|
||||
pyexcel==0.6.0
|
||||
pyexcel==0.6.1
|
||||
pyexcel-io==0.5.20
|
||||
pyexcel-xls==0.5.8
|
||||
pyexcel-xlsx==0.5.8
|
||||
|
||||
@@ -11,7 +11,7 @@ Flask-WTF==0.14.3
|
||||
Flask-Login==0.5.0
|
||||
|
||||
blinker==1.4
|
||||
pyexcel==0.6.0
|
||||
pyexcel==0.6.1
|
||||
pyexcel-io==0.5.20
|
||||
pyexcel-xls==0.5.8
|
||||
pyexcel-xlsx==0.5.8
|
||||
@@ -29,10 +29,10 @@ git+https://github.com/alphagov/notifications-utils.git@39.0.0#egg=notifications
|
||||
git+https://github.com/alphagov/govuk-frontend-jinja.git@v0.5.1-alpha#egg=govuk-frontend-jinja==0.5.1-alpha
|
||||
|
||||
## The following requirements were added by pip freeze:
|
||||
awscli==1.18.48
|
||||
awscli==1.18.51
|
||||
bleach==3.1.4
|
||||
boto3==1.10.38
|
||||
botocore==1.15.48
|
||||
botocore==1.16.1
|
||||
certifi==2020.4.5.1
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
@@ -63,13 +63,14 @@ PyPDF2==1.26.0
|
||||
python-dateutil==2.8.1
|
||||
python-json-logger==0.1.11
|
||||
PyYAML==5.3.1
|
||||
redis==3.4.1
|
||||
redis==3.5.0
|
||||
requests==2.23.0
|
||||
rsa==3.4.2
|
||||
s3transfer==0.3.3
|
||||
six==1.14.0
|
||||
smartypants==2.0.1
|
||||
statsd==3.3.0
|
||||
texttable==1.6.2
|
||||
urllib3==1.25.9
|
||||
webencodings==0.5.1
|
||||
Werkzeug==1.0.1
|
||||
|
||||
Reference in New Issue
Block a user