v0.1.0
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
name = "apify-shared"
|
||||
version = "0.1.0"
|
||||
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"
|
||||
Reference in New Issue
Block a user