Remove version limitation over sphinx package in setup.py
This commit is contained in:
parent
6e1b8b72cf
commit
35df392f79
@ -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/
|
||||
|
||||
@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@ -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.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user