File tree Expand file tree Collapse file tree 3 files changed +28
-28
lines changed Expand file tree Collapse file tree 3 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 21
21
)
22
22
from flask_login import current_user
23
23
import pyexcel
24
- import pyexcel . ext . io
25
- import pyexcel . ext . xls
26
- import pyexcel . ext . xlsx
27
- import pyexcel . ext . ods3
24
+ import pyexcel_io
25
+ import pyexcel_xls
26
+ import pyexcel_xlsx
27
+ import pyexcel_ods3
28
28
29
29
from notifications_utils .template import (
30
30
SMSPreviewTemplate ,
Original file line number Diff line number Diff line change 1
- cffi == 1.9.1
2
- ago == 0.0.8
3
- Flask == 0.10.1
1
+ cffi == 1.10.0
2
+ ago == 0.0.9
3
+ Flask == 0.12.2
4
4
Flask-Script == 2.0.5
5
- Flask-WTF == 0.11
6
- Flask-Login == 0.3.2
5
+ Flask-WTF == 0.14.2
6
+ Flask-Login == 0.4.0
7
7
8
- credstash == 1.8.0
8
+ credstash == 1.13.2
9
9
boto3 == 1.4.4
10
- py-gfm == 0.1.2
10
+ py-gfm == 0.1.3
11
11
blinker == 1.4
12
- lxml == 3.6 .0
13
- pyexcel == 0.2.1
14
- pyexcel-io == 0.1.0
15
- pyexcel-xls == 0.1 .0
16
- pyexcel-xlsx == 0.1 .0
17
- pyexcel-ods3 == 0.1.1
18
- pytz == 2016.4
12
+ lxml == 3.8 .0
13
+ pyexcel == 0.5.0
14
+ pyexcel-io == 0.4.2
15
+ pyexcel-xls == 0.4 .0
16
+ pyexcel-xlsx == 0.4 .0
17
+ pyexcel-ods3 == 0.4.0
18
+ pytz == 2017.2
19
19
six == 1.10.0
20
- gunicorn == 19.6.0
21
- whitenoise == 1.0.6 #manages static assets
20
+ gunicorn == 19.7.1
21
+ whitenoise == 3.3.0 #manages static assets
22
22
23
23
# pin to minor version 3.1.x
24
- notifications-python-client >= 3.1 , < 3.2
24
+ notifications-python-client == 4.3.1
25
25
26
26
# PaaS
27
27
awscli >= 1.11 ,< 1.12
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
pycodestyle==2.3.1
3
- pytest==3.0.2
4
- pytest-mock==1.2
5
- pytest-cov==2.3 .1
6
- pytest-xdist==1.14
3
+ pytest==3.1.3
4
+ pytest-mock==1.6.0
5
+ pytest-cov==2.5 .1
6
+ pytest-xdist==1.18.1
7
7
coveralls==1.1
8
- moto==0.4.25
8
+ moto==1.0.1
9
9
httpretty==0.8.14
10
- beautifulsoup4==4.5.1
11
- freezegun==0.3.7
10
+ beautifulsoup4==4.6.0
11
+ freezegun==0.3.9
You can’t perform that action at this time.
0 commit comments