mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
re format
This commit is contained in:
parent
4624b927af
commit
c3f45dae6b
7 changed files with 81 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue