forked from github/pelican
Relax dependency minimum versions
Specifying a floor, but not a ceiling, for core dependencies should help prevent dependency resolution conflicts. Dependencies that affect functional test output are pinned more tightly.
This commit is contained in:
parent
ce4994bec8
commit
2b08497c32
4 changed files with 18 additions and 17 deletions
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ from setuptools import find_packages, setup
|
|||
|
||||
version = "4.5.4"
|
||||
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.11', 'pygments',
|
||||
requires = ['feedgenerator >= 1.9', 'jinja2 >= 2.7', 'pygments',
|
||||
'docutils>=0.15', 'pytz >= 0a', 'blinker', 'unidecode',
|
||||
'python-dateutil']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue