forked from github/pelican
Pin Pygments to 2.6.1
This commit is contained in:
parent
212742a56f
commit
e2bbfcb088
3 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
# Tests
|
||||
Pygments==2.6.1
|
||||
mock
|
||||
pytest==5.3.5
|
||||
pytest-cov
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -10,7 +10,6 @@ passenv = *
|
|||
usedevelop=True
|
||||
deps =
|
||||
-rrequirements/test.pip
|
||||
pygments==2.1.3
|
||||
|
||||
commands =
|
||||
{envpython} --version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue