Skip to content

Commit 6db1750

Browse files
committed
dependencies format corrected.
1 parent 5559221 commit 6db1750

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build = "^0.10.0"
1515
[tool.poetry.dev-dependencies]
1616

1717
[build-system]
18-
requires = ["setuptools>=61.0"]
18+
requires = ["setuptools>=68.0"]
1919
build-backend = "setuptools.build_meta"
2020

2121
[project.scripts]
@@ -29,7 +29,8 @@ authors = [{name="Selim Onat"}]
2929
classifiers = ["Operating System :: MacOS", "Operating System :: POSIX :: Linux"]
3030
requires-python = ">=3.9,<3.12"
3131
dependencies = [
32-
{name="boto3",version="^1.28.8"},
33-
{name="typer",version="^0.9.0"},
34-
{name="setuptools",version="^68.0.0"},
35-
{name="build",version="^0.10.0"}]
32+
"boto3==1.28.8",
33+
"typer==0.9.0",
34+
"setuptools==68.0.0",
35+
"build==0.10.0"
36+
]

0 commit comments

Comments
 (0)