File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY pyproject.toml .
99RUN pip install poetry
1010
1111FROM base AS dependencies
12- RUN poetry install --no- dev
12+ RUN poetry install --without dev
1313
1414FROM base AS development
1515RUN poetry install
Original file line number Diff line number Diff line change 1- version : " 3.4"
21services :
32 safe-chat-slack-bot :
43 tty : true
Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ version = "0.1.0"
44description = " SafeChat Slack Bot is an open-source project designed to enhance data security within Slack workspaces"
55authors = [" Marciel Torres <marcielribeirotorres@gmail.com>" ]
66license = " MIT"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.11"
1011slack-bolt = " 1.22.0"
1112aiohttp = " 3.11.11"
1213
13- [tool .poetry .dev- dependencies ]
14+ [tool .poetry .group . dev . dependencies ]
1415pytest = " ^8.0.0"
1516pytest-cov = " ^6.0.0"
16- ruff = " ^0.8.1 "
17+ ruff = " ^0.9.6 "
1718
1819[tool .pytest .ini_options ]
1920testpaths = [" tests" ,]
You can’t perform that action at this time.
0 commit comments