Skip to content

Commit 4a4e63e

Browse files
committed
chore: add project dependencies to pyproject.toml and remove requirements.txt
1 parent c0e93b1 commit 4a4e63e

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
[project]
2+
name = "bolt-python-starter-template"
3+
version = "0.1.0"
4+
requires-python = ">=3.9"
5+
dependencies = [
6+
"slack-sdk==3.41.0",
7+
"slack-bolt>=1.28.0",
8+
"slack-cli-hooks<1.0.0",
9+
]
10+
111
[tool.ruff]
212
line-length = 125
313
exclude = [".venv", "venv"]

requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)