Skip to content

Commit 8fe2867

Browse files
committed
feat: update pyproject.toml with project section
1 parent 2072f5a commit 8fe2867

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
[project]
2+
name = "bolt-python-starter-template"
3+
version = "0.1.0"
4+
requires-python = ">=3.11"
5+
dependencies = [
6+
"slack-bolt==1.27.0",
7+
]
8+
9+
[project.optional-dependencies]
10+
dev = [
11+
"pytest==9.0.2",
12+
"ruff==0.9.4",
13+
]
14+
115
[tool.ruff]
216
line-length = 125
317
exclude = [".venv", "venv"]

0 commit comments

Comments
 (0)