Skip to content

Commit 00bb7cd

Browse files
Add optional dependency (#1456)
1 parent dc96f5f commit 00bb7cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "slack_sdk"
7-
dynamic = ["version", "readme", "authors"]
7+
dynamic = ["version", "readme", "authors", "optional-dependencies"]
88
description = "The Slack API Platform SDK for Python"
99
license = { text = "MIT" }
1010
requires-python = ">=3.6"
@@ -48,6 +48,7 @@ include = ["slack*", "slack_sdk*"]
4848
[tool.setuptools.dynamic]
4949
version = { attr = "slack_sdk.version.__version__" }
5050
readme = { file = ["README.md"], content-type = "text/markdown" }
51+
optional-dependencies.optional = { file = ["requirements/optional.txt"] }
5152

5253
[tool.distutils.bdist_wheel]
5354
universal = true

0 commit comments

Comments
 (0)