Skip to content

Commit e05577f

Browse files
committed
chore: revert pyproject.toml to tool config only, keep requirements.txt for now
1 parent cf2e5c2 commit e05577f

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ source .venv/bin/activate # for Windows OS, .\.venv\Scripts\Activate instead sh
7676
#### Install dependencies
7777

7878
```sh
79-
pip install .
79+
pip install -r requirements.txt
8080
```
8181

8282
</details>

pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
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==0.3.0",
9-
]
10-
111
[tool.ruff]
122
line-length = 125
133
exclude = [".venv", "venv"]

0 commit comments

Comments
 (0)