Skip to content

Commit a5ba9b0

Browse files
committed
update development requirements.txt
1 parent 31fe1d3 commit a5ba9b0

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

django_excel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
overrides: "pyexcel.yaml"
22
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
55
release: 0.0.8
66
webframework: Django
77
dependencies:
8-
- pyexcel-webio>=0.1.0
8+
- pyexcel-webio>=0.1.2
99
- Django>=1.6.1
1010
extra_dependencies:
1111
- xls:

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
project = u'django-excel'
2525
copyright = u'2015-2017 Onni Software Ltd.'
2626
version = '0.0.8'
27-
release = '0.0.8'
27+
release = '0.0.9'
2828
exclude_patterns = []
2929
pygments_style = 'sphinx'
3030
import os # noqa

doc/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
:Source code: http://github.com/pyexcel/django-excel.git
1111
:Issues: http://github.com/pyexcel/django-excel/issues
1212
:License: New BSD License
13+
:Development: |release|
1314
:Released: |version|
1415
:Generated: |today|
1516

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyexcel-webio>=0.1.0
1+
pyexcel-webio>=0.1.2
22
Django>=1.6.1

rnd_requirements.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
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
72
https://github.com/pyexcel/pyexcel-webio/archive/master.zip

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NAME = 'django-excel'
1212
AUTHOR = 'C.W.'
13-
VERSION = '0.0.8'
13+
VERSION = '0.0.9'
1414
EMAIL = 'wangc_2011@hotmail.com'
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (
@@ -55,7 +55,7 @@
5555
]
5656

5757
INSTALL_REQUIRES = [
58-
'pyexcel-webio>=0.1.0',
58+
'pyexcel-webio>=0.1.2',
5959
'Django>=1.6.1',
6060
]
6161

0 commit comments

Comments
 (0)