11 lines
203 B
TOML
11 lines
203 B
TOML
[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",
|
|
]
|