Skip to content

Commit 5f84900

Browse files
committed
Adjust pyproject.toml
1 parent 4fe23c5 commit 5f84900

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,19 @@ packages = [
3232
repository = "http://github.com/nyaruka/smartmin"
3333

3434

35-
[tool.poetry.group.dev.dependencies]
36-
celery = "^5.1.0"
37-
redis = "^3.5.3"
38-
black = "^24.3.0"
39-
coverage = {extras = ["toml"], version = "^7.2.7"}
40-
isort = "^5.12.0"
41-
ruff = "^0.0.278"
42-
psycopg2-binary = "^2.9.1"
43-
funcsigs = "^1.0.2"
44-
Pillow = "^10.3.0"
45-
colorama = "^0.4.6"
35+
[project.optional-dependencies]
36+
dev = [
37+
"celery>=5.1.0",
38+
"redis>=3.5.3",
39+
"black>=24.3.0",
40+
"coverage[toml]>=7.2.7",
41+
"isort>=5.12.0",
42+
"ruff>=0.0.278",
43+
"psycopg2-binary>=2.9.1",
44+
"funcsigs>=1.0.2",
45+
"Pillow>=10.3.0",
46+
"colorama>=0.4.6",
47+
]
4648

4749
[tool.black]
4850
line-length = 120

0 commit comments

Comments
 (0)