mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Loosen Pygments requirement in poetry
Currently, PyPI package is built with `~2.6.1` when Pygments' latest version is `2.7.3`. This creates a conflict with, e.g., Plumage theme, which asks for `^2.7.0`.
This commit is contained in:
parent
b17e4a5ffa
commit
3badc7d1a4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ blinker = "^1.4"
|
|||
docutils = "^0.16"
|
||||
feedgenerator = "^1.9"
|
||||
jinja2 = "~2.11"
|
||||
pygments = "~2.6.1"
|
||||
pygments = "^2.6"
|
||||
python-dateutil = "^2.8"
|
||||
pytz = "^2020.1"
|
||||
unidecode = "^1.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue