File tree 6 files changed +9
-13
lines changed 6 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " django-excel"
3
- version : 0.0.8
4
- current_version : 0.0.8
3
+ version : 0.0.9
4
+ current_version : 0.0.9
5
5
release : 0.0.8
6
6
webframework : Django
7
7
dependencies :
8
- - pyexcel-webio>=0.1.0
8
+ - pyexcel-webio>=0.1.2
9
9
- Django>=1.6.1
10
10
extra_dependencies :
11
11
- xls :
Original file line number Diff line number Diff line change 24
24
project = u'django-excel'
25
25
copyright = u'2015-2017 Onni Software Ltd.'
26
26
version = '0.0.8'
27
- release = '0.0.8 '
27
+ release = '0.0.9 '
28
28
exclude_patterns = []
29
29
pygments_style = 'sphinx'
30
30
import os # noqa
Original file line number Diff line number Diff line change 10
10
:Source code: http://github.com/pyexcel/django-excel.git
11
11
:Issues: http://github.com/pyexcel/django-excel/issues
12
12
:License: New BSD License
13
+ :Development: |release |
13
14
:Released: |version |
14
15
:Generated: |today |
15
16
Original file line number Diff line number Diff line change 1
- pyexcel-webio >= 0.1.0
1
+ pyexcel-webio >= 0.1.2
2
2
Django >= 1.6.1
Original file line number Diff line number Diff line change 1
- https://github.com/chfw/lml/archive/master.zip
2
- https://github.com/pyexcel/pyexcel/archive/master.zip
3
- https://github.com/pyexcel/pyexcel-io/archive/v0.4.x.zip
4
- https://github.com/pyexcel/pyexcel-xls/archive/v0.4.x.zip
5
- https://github.com/pyexcel/pyexcel-xlsx/archive/v0.4.x.zip
6
- https://github.com/pyexcel/pyexcel-ods3/archive/v0.4.x.zip
1
+ https://github.com/pyexcel/pyexcel/archive/0.6.0.zip
7
2
https://github.com/pyexcel/pyexcel-webio/archive/master.zip
Original file line number Diff line number Diff line change 10
10
11
11
NAME = 'django-excel'
12
12
AUTHOR = 'C.W.'
13
- VERSION = '0.0.8 '
13
+ VERSION = '0.0.9 '
14
14
EMAIL = 'wangc_2011@hotmail.com'
15
15
LICENSE = 'New BSD'
16
16
DESCRIPTION = (
55
55
]
56
56
57
57
INSTALL_REQUIRES = [
58
- 'pyexcel-webio>=0.1.0 ' ,
58
+ 'pyexcel-webio>=0.1.2 ' ,
59
59
'Django>=1.6.1' ,
60
60
]
61
61
You can’t perform that action at this time.
0 commit comments