mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update & re-order dependencies in pyproject
This commit is contained in:
parent
6289452e95
commit
dc6fb57c41
1 changed files with 13 additions and 14 deletions
|
|
@ -28,35 +28,34 @@ classifiers = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
blinker = "^1.4"
|
||||
docutils = "^0.16"
|
||||
feedgenerator = "^1.9"
|
||||
jinja2 = "~2.11"
|
||||
pygments = "~2.6.1"
|
||||
pytz = "^2019.1"
|
||||
blinker = "^1.4"
|
||||
unidecode = "^1.1"
|
||||
python-dateutil = "^2.8"
|
||||
docutils = "^0.15"
|
||||
markdown = {version = "~3.1.1", optional = true}
|
||||
pytz = "^2020.1"
|
||||
unidecode = "^1.1"
|
||||
markdown = {version = "~3.2.2", optional = true}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
BeautifulSoup4 = "^4.7"
|
||||
BeautifulSoup4 = "^4.9"
|
||||
lxml = "^4.3"
|
||||
markdown = "~3.1.1"
|
||||
markdown = "~3.2.2"
|
||||
typogrify = "^2.0"
|
||||
sphinx = "=1.4.9"
|
||||
sphinx_rtd_theme = "^0.4.3"
|
||||
sphinx = "^3.0"
|
||||
sphinx_rtd_theme = "^0.5"
|
||||
livereload = "^2.6"
|
||||
mock = "^3.0"
|
||||
pytest = "~5.3.5"
|
||||
pytest = "^6.0"
|
||||
pytest-cov = "^2.8"
|
||||
pytest-pythonpath = "^0.7.3"
|
||||
pytest-sugar = "^0.9.2"
|
||||
pytest-sugar = "^0.9.4"
|
||||
pytest-xdist = "^1.31"
|
||||
tox = "^3.13"
|
||||
flake8 = "^3.7"
|
||||
flake8 = "^3.8"
|
||||
flake8-import-order = "^0.18.1"
|
||||
invoke = "^1.3"
|
||||
isort = "^4.3.21"
|
||||
isort = "^5.2"
|
||||
black = {version = "^19.10b0", allow-prereleases = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue