Fix Webmention
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user