mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Update development dependencies
This commit is contained in:
parent
9aa8315ce0
commit
2387c73609
1 changed files with 6 additions and 9 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
name = "pelican-share-post"
|
name = "pelican-share-post"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "A Pelican plugin to create share URLs of article"
|
description = "A Pelican plugin to create share URLs of article"
|
||||||
authors = ["Talha Mansoor <talha131@gmail.com>"]
|
authors = ["Talha Mansoor <talha131@gmail.com>", "Justin Mayer <entrop@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["pelican", "plugin", "social"]
|
keywords = ["pelican", "plugin", "social"]
|
||||||
|
|
@ -34,18 +34,15 @@ markdown = {version = ">=3.2.2", optional = true}
|
||||||
beautifulsoup4 = "^4.9.3"
|
beautifulsoup4 = "^4.9.3"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = {version = ">=22.3.0", allow-prereleases = true}
|
black = ">=22.3.0"
|
||||||
flake8 = "^3.9"
|
flake8 = "^3.9"
|
||||||
flake8-black = "^0.2.0"
|
flake8-black = "^0.3"
|
||||||
invoke = "^1.3"
|
invoke = "^2.1"
|
||||||
isort = "^5.4"
|
isort = "^5.4"
|
||||||
livereload = "^2.6"
|
markdown = "^3.4"
|
||||||
markdown = "^3.2"
|
|
||||||
pytest = "^6.0"
|
pytest = "^6.0"
|
||||||
pytest-cov = "^2.8"
|
pytest-cov = "^2.8"
|
||||||
pytest-pythonpath = "^0.7.3"
|
pytest-sugar = "^0.9.7"
|
||||||
pytest-sugar = "^0.9.4"
|
|
||||||
Werkzeug = "^1.0"
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
markdown = ["markdown"]
|
markdown = ["markdown"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue