initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "taks-scraper"
|
||||
version = "0.1.0"
|
||||
description = "Scrape taks.fo and subdomains for raw HTML and files"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"requests>=2.31.0",
|
||||
"beautifulsoup4>=4.12.0",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = []
|
||||
Reference in New Issue
Block a user