18 lines
419 B
TOML
18 lines
419 B
TOML
[project]
|
|
name = "apify-shared"
|
|
version = "0.1.1-rc1"
|
|
description = "Shared utility package for use with Apify actors"
|
|
authors = [{ name = "Ryan Byrne", email = "ryanjbyrne30@gmail.com" }]
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"boto3>=1.35",
|
|
"httpx>=0.28.1",
|
|
"tenacity>=9.1.4",
|
|
"zenrows>=1.0",
|
|
"apify>=2.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.9.18,<0.10.0"]
|
|
build-backend = "uv_build"
|