- Updated webmention JSON files to reorder entries for consistency. - Incremented version of `caniuse-lite` in package-lock.json. - Added new packages `click`, `colorama`, `markdown-it-py`, `marshmallow`, `mdurl`, `packaging`, `pygments`, `rich`, and `weeknotebot` to poetry.lock with their respective versions and dependencies. - Removed outdated requirements from requirements.txt. - Updated pyproject.toml to include `weeknotebot` as a dependency.
30 lines
577 B
TOML
30 lines
577 B
TOML
[tool.poetry]
|
|
name = "fundor333-github-io"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Fundor333 <fundor333@fundor333.com>"]
|
|
readme = "README.md"
|
|
packages = [{ include = "fundor333" }]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
feedparser = "*"
|
|
requests = "*"
|
|
python-dotenv = "*"
|
|
weeknotebot = "*"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pre-commit = "^4.1.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.plugins.dotenv]
|
|
ignore = "false"
|
|
location = ".env"
|
|
|
|
[tool.poetry.requires-plugins]
|
|
poetry-plugin-export = ">=1.8"
|