Remove version limitation over sphinx package in setup.py

This commit is contained in:
Eric Lapouyade 2017-01-31 09:26:14 +01:00
parent 6e1b8b72cf
commit 35df392f79
13 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
0.3.2 (2017-01-16)
------------------
- Remove version limitation over sphinx package in setup.py
0.3.1 (2017-01-16)
------------------
- Add PNG & JPEG in tests/test_files/

View File

@ -5,7 +5,7 @@ Created : 2015-03-12
@author: Eric Lapouyade
'''
__version__ = '0.3.1'
__version__ = '0.3.2'
from lxml import etree
from docx import Document

View File

@ -51,6 +51,6 @@ setup(name='docxtpl',
license='LGPL 2.1',
packages=['docxtpl'],
install_requires=['six', 'python-docx', 'jinja2', 'lxml'],
extras_require={'docs': ['Sphinx<1.3b', 'sphinxcontrib-napoleon']},
extras_require={'docs': ['Sphinx', 'sphinxcontrib-napoleon']},
eager_resources=['docs'],
zip_safe=False)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.