gendesign/tradein-mvp/packages/scraper-kit/pyproject.toml
lekss361 5c17d21f6c
All checks were successful
Deploy Trade-In / changes (push) Successful in 11s
Deploy Trade-In / build-frontend (push) Has been skipped
Deploy Trade-In / build-browser (push) Has been skipped
Deploy Trade-In / test (push) Successful in 1m27s
Deploy Trade-In / build-backend (push) Successful in 1m22s
Deploy Trade-In / deploy (push) Successful in 1m8s
feat(scraper-kit): copy core layer (base/save_listings/transport) with protocol injection, strangler (#2132)
2026-07-02 15:43:15 +00:00

24 lines
557 B
TOML

[project]
name = "scraper-kit"
version = "0.1.0"
description = "Internal scraper toolkit — общие утилиты для tradein-mvp скрапперов"
requires-python = ">=3.12"
dependencies = [
"sqlalchemy>=2.0.30",
"pydantic>=2.7.0",
"psycopg[binary]>=3.2.0",
"httpx[socks]>=0.27.0",
"tenacity>=9.0.0",
"selectolax>=0.3.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/scraper_kit"]
[tool.ruff]
target-version = "py312"
line-length = 100