re format

This commit is contained in:
Death916 2025-02-20 05:28:09 -08:00
parent 4624b927af
commit c3f45dae6b
7 changed files with 81 additions and 18 deletions

View file

@ -1,18 +1,17 @@
[tool.poetry]
[project]
name = "c2cscrape"
version = "0.1.0"
description = "scrape blog site for old c2c am episdodes and serve as rss"
authors = ["Death916 <mail@trentnelson.dev>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
playwright = "^1.50.0"
bs4 = "^0.0.2"
requests = "^2.32.3"
feedgen = "^1.0.0"
authors = [{ name = "Death916", email = "mail@trentnelson.dev" }]
source = "src"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"feedgen>=1.0.0",
"playwright>=1.50.0",
"requests>=2.32.3",
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["hatchling"]
build-backend = "hatchling.build"