mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
25 lines
350 B
TOML
25 lines
350 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "lambda_shared"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"requests",
|
|
"urllib3 < 2"
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
token = [
|
|
"PyJWT",
|
|
"cryptography",
|
|
]
|
|
dev = [
|
|
"boto3",
|
|
"lambda_shared[token]",
|
|
]
|
|
|
|
[tool.distutils.bdist_wheel]
|
|
universal = true
|