This commit is contained in:
2025-07-19 20:38:39 -04:00
commit 9e20e634e2
55 changed files with 79094 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "gty-com-scraper"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.28.1",
"loguru>=0.7.3",
"rich>=13.9.4",
]