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:
Nam Nguyen 2021-01-06 12:19:46 -08:00
commit 3badc7d1a4

View file

@ -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"