mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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"
|
python = "^3.5"
|
||||||
feedgenerator = "^1.9"
|
feedgenerator = "^1.9"
|
||||||
jinja2 = "~2.10.1"
|
jinja2 = "~2.10.1"
|
||||||
pygments = "^2.4"
|
pygments = "~2.6.1"
|
||||||
pytz = "^2019.1"
|
pytz = "^2019.1"
|
||||||
blinker = "^1.4"
|
blinker = "^1.4"
|
||||||
unidecode = "^1.1"
|
unidecode = "^1.1"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# Tests
|
# Tests
|
||||||
|
Pygments==2.6.1
|
||||||
mock
|
mock
|
||||||
pytest==5.3.5
|
pytest==5.3.5
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -10,7 +10,6 @@ passenv = *
|
||||||
usedevelop=True
|
usedevelop=True
|
||||||
deps =
|
deps =
|
||||||
-rrequirements/test.pip
|
-rrequirements/test.pip
|
||||||
pygments==2.1.3
|
|
||||||
|
|
||||||
commands =
|
commands =
|
||||||
{envpython} --version
|
{envpython} --version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue