Skip to content

Commit 89a1fcb

Browse files
committed
Make the project deps more readable
1 parent 003f0bc commit 89a1fcb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ classifiers = [
2727
"Programming Language :: Python :: Implementation :: CPython",
2828
"Topic :: Software Development :: Testing",
2929
]
30-
requires-python = ">=3.10"
30+
requires-python = ">= 3.10"
3131
dependencies = [
32-
"filelock>=3.0",
33-
"mypy>=1.0",
34-
"pytest>=7.0",
32+
"filelock >= 3.0",
33+
"mypy >= 1.0",
34+
"pytest >= 7.0",
3535
]
3636

3737
[project.entry-points.pytest11]

0 commit comments

Comments
 (0)