mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add dev dependencies expected by tasks.py
Black requires at least Python 3.6
This commit is contained in:
parent
19e0f28c64
commit
13e138aacd
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.5"
|
||||
python = "^3.6"
|
||||
feedgenerator = "^1.9"
|
||||
jinja2 = "~2.11"
|
||||
pygments = "~2.6.1"
|
||||
|
|
@ -56,6 +56,8 @@ tox = "^3.13"
|
|||
flake8 = "^3.7"
|
||||
flake8-import-order = "^0.18.1"
|
||||
invoke = "^1.3"
|
||||
isort = "^4.3.21"
|
||||
black = {version = "^19.10b0", allow-prereleases = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
markdown = ["markdown"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue