Minor fix

This commit is contained in:
Fundor333
2024-07-14 01:54:56 +02:00
parent f2ba8ef587
commit 154e0c8c48
2 changed files with 0 additions and 206 deletions

View File

@@ -1,17 +0,0 @@
[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.12"
feedparser = "^6.0.11"
requests = "^2.31.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"