forked from github/pelican
Require six version 1.4.0 or later.
six.moves.urllib.parse is available since version 1.4.0. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
This commit is contained in:
parent
ef96705677
commit
def654434c
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -2,7 +2,8 @@
|
|||
from setuptools import setup
|
||||
|
||||
requires = ['feedgenerator >= 1.6', 'jinja2 >= 2.7', 'pygments', 'docutils',
|
||||
'pytz >= 0a', 'blinker', 'unidecode', 'six', 'python-dateutil']
|
||||
'pytz >= 0a', 'blinker', 'unidecode', 'six >= 1.4',
|
||||
'python-dateutil']
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue