mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
17 lines
414 B
TOML
17 lines
414 B
TOML
[project]
|
|
name = "c2cscrape"
|
|
version = "0.1.0"
|
|
description = "scrape blog site for old c2c am episdodes and serve as rss"
|
|
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 = ["hatchling"]
|
|
build-backend = "hatchling.build"
|