Fix Webmention

This commit is contained in:
Fundor333
2025-01-21 01:10:50 +01:00
parent 1abfc942da
commit 9e29b9441b
77 changed files with 315 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[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 = "^6.0.11"
requests = "^2.32.3"
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins.dotenv]
ignore = "false"
location = ".env"