Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #1357

Merged
merged 25 commits into from
Jul 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d59a69b
Update cffi from 1.9.1 to 1.10.0
pyup-bot Jul 6, 2017
81e00e2
Update ago from 0.0.8 to 0.0.9
pyup-bot Jul 6, 2017
5529a14
Update flask from 0.10.1 to 0.12.2
pyup-bot Jul 6, 2017
a42cdca
Update flask-wtf from 0.11 to 0.14.2
pyup-bot Jul 6, 2017
77ba070
Update flask-login from 0.3.2 to 0.4.0
pyup-bot Jul 6, 2017
26d766f
Update credstash from 1.8.0 to 1.13.2
pyup-bot Jul 6, 2017
b2fc4e1
Update py-gfm from 0.1.2 to 0.1.3
pyup-bot Jul 6, 2017
1565214
Update lxml from 3.6.0 to 3.8.0
pyup-bot Jul 6, 2017
1cef732
Update pyexcel from 0.2.1 to 0.5.0
pyup-bot Jul 6, 2017
4a3c0fb
Update pyexcel-io from 0.1.0 to 0.4.2
pyup-bot Jul 6, 2017
7d0aad4
Update pyexcel-xls from 0.1.0 to 0.4.0
pyup-bot Jul 6, 2017
0388fae
Update pyexcel-xlsx from 0.1.0 to 0.4.0
pyup-bot Jul 6, 2017
f5bc2e5
Update pyexcel-ods3 from 0.1.1 to 0.4.0
pyup-bot Jul 6, 2017
b2d77fb
Update pytz from 2016.4 to 2017.2
pyup-bot Jul 6, 2017
38524bc
Update gunicorn from 19.6.0 to 19.7.1
pyup-bot Jul 6, 2017
a5db576
Update whitenoise from 1.0.6 to 3.3.0
pyup-bot Jul 6, 2017
92739c3
Pin notifications-python-client to latest version 4.3.1
pyup-bot Jul 6, 2017
3a0024d
Update pytest from 3.0.2 to 3.1.3
pyup-bot Jul 6, 2017
10c33e1
Update pytest-mock from 1.2 to 1.6.0
pyup-bot Jul 6, 2017
1533632
Update pytest-cov from 2.3.1 to 2.5.1
pyup-bot Jul 6, 2017
4c047e1
Update pytest-xdist from 1.14 to 1.18.1
pyup-bot Jul 6, 2017
3167b15
Update moto from 0.4.25 to 1.0.1
pyup-bot Jul 6, 2017
8551bc1
Update beautifulsoup4 from 4.5.1 to 4.6.0
pyup-bot Jul 6, 2017
0d86721
Update freezegun from 0.3.7 to 0.3.9
pyup-bot Jul 6, 2017
be159e2
Rename imports to reflect new names
quis Jul 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
)
from flask_login import current_user
import pyexcel
import pyexcel.ext.io
import pyexcel.ext.xls
import pyexcel.ext.xlsx
import pyexcel.ext.ods3
import pyexcel_io
import pyexcel_xls
import pyexcel_xlsx
import pyexcel_ods3

from notifications_utils.template import (
SMSPreviewTemplate,
Expand Down
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
cffi==1.9.1
ago==0.0.8
Flask==0.10.1
cffi==1.10.0
ago==0.0.9
Flask==0.12.2
Flask-Script==2.0.5
Flask-WTF==0.11
Flask-Login==0.3.2
Flask-WTF==0.14.2
Flask-Login==0.4.0

credstash==1.8.0
credstash==1.13.2
boto3==1.4.4
py-gfm==0.1.2
py-gfm==0.1.3
blinker==1.4
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
pytz==2016.4
lxml==3.8.0
pyexcel==0.5.0
pyexcel-io==0.4.2
pyexcel-xls==0.4.0
pyexcel-xlsx==0.4.0
pyexcel-ods3==0.4.0
pytz==2017.2
six==1.10.0
gunicorn==19.6.0
whitenoise==1.0.6 #manages static assets
gunicorn==19.7.1
whitenoise==3.3.0 #manages static assets

# pin to minor version 3.1.x
notifications-python-client>=3.1,<3.2
notifications-python-client==4.3.1

# PaaS
awscli>=1.11,<1.12
Expand Down
14 changes: 7 additions & 7 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements.txt
pycodestyle==2.3.1
pytest==3.0.2
pytest-mock==1.2
pytest-cov==2.3.1
pytest-xdist==1.14
pytest==3.1.3
pytest-mock==1.6.0
pytest-cov==2.5.1
pytest-xdist==1.18.1
coveralls==1.1
moto==0.4.25
moto==1.0.1
httpretty==0.8.14
beautifulsoup4==4.5.1
freezegun==0.3.7
beautifulsoup4==4.6.0
freezegun==0.3.9