1
0
Fork 0
forked from github/pelican

Pin Pygments to 2.6.1

This commit is contained in:
Justin Mayer 2020-04-12 15:52:01 +02:00
commit e2bbfcb088
3 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ classifiers = [
python = "^3.5"
feedgenerator = "^1.9"
jinja2 = "~2.10.1"
pygments = "^2.4"
pygments = "~2.6.1"
pytz = "^2019.1"
blinker = "^1.4"
unidecode = "^1.1"

View file

@ -1,4 +1,5 @@
# Tests
Pygments==2.6.1
mock
pytest==5.3.5
pytest-cov

View file

@ -10,7 +10,6 @@ passenv = *
usedevelop=True
deps =
-rrequirements/test.pip
pygments==2.1.3
commands =
{envpython} --version