gendesign/tradein-mvp/packages/scraper-kit/pyproject.toml
lekss361 df5e9003df
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 1m30s
Deploy Trade-In / build-backend (push) Successful in 1m47s
Deploy Trade-In / deploy (push) Successful in 1m1s
feat(scraper-kit): copy avito providers with protocol injection, strangler (#2133 avito)
2026-07-02 15:58:00 +00:00

25 lines
581 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",
"curl-cffi>=0.7.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