mirror of
https://github.com/pelican-plugins/share-post.git
synced 2025-10-15 17:08:54 +02:00
Update linters and adjust dependency versions
This commit is contained in:
parent
98f25e3ed0
commit
ba52c4c0d1
2 changed files with 9 additions and 5 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -49,6 +49,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Validate links in Markdown files
|
||||||
|
uses: JustinBeckwith/linkinator-action@v1
|
||||||
|
with:
|
||||||
|
retry: true
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -28,19 +28,19 @@ classifiers = [
|
||||||
"Issue Tracker" = "https://github.com/pelican-plugins/share-post/issues"
|
"Issue Tracker" = "https://github.com/pelican-plugins/share-post/issues"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = ">=3.6.2,<4.0"
|
||||||
pelican = "^4.5"
|
pelican = ">=4.5"
|
||||||
markdown = {version = "^3.2.2", optional = true}
|
markdown = {version = ">=3.2", optional = true}
|
||||||
beautifulsoup4 = "^4.9.3"
|
beautifulsoup4 = "^4.9.3"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = {version = "^19.10b0", allow-prereleases = true}
|
black = {version = "^21.4b2", allow-prereleases = true}
|
||||||
flake8 = "^3.9"
|
flake8 = "^3.9"
|
||||||
flake8-black = "^0.2.0"
|
flake8-black = "^0.2.0"
|
||||||
invoke = "^1.3"
|
invoke = "^1.3"
|
||||||
isort = "^5.4"
|
isort = "^5.4"
|
||||||
livereload = "^2.6"
|
livereload = "^2.6"
|
||||||
markdown = "^3.2.2"
|
markdown = "^3.2"
|
||||||
pytest = "^6.0"
|
pytest = "^6.0"
|
||||||
pytest-cov = "^2.8"
|
pytest-cov = "^2.8"
|
||||||
pytest-pythonpath = "^0.7.3"
|
pytest-pythonpath = "^0.7.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue