Update development dependencies

This commit is contained in:
Justin Mayer 2023-08-31 15:37:18 +02:00
commit 2387c73609

View file

@ -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"]