Skip to content

Commit 1c56fb5

Browse files
committed
Simplify project dependencies
1 parent 930086c commit 1c56fb5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,8 @@ requires-python = ">=3.7"
3232
dependencies = [
3333
"attrs>=19.0",
3434
"filelock>=3.0",
35-
"pytest>=4.6; python_version<'3.10'",
36-
"pytest>=6.2; python_version>='3.10'",
37-
"mypy>=0.500; python_version<'3.8'",
38-
"mypy>=0.700; python_version>='3.8' and python_version<'3.9'",
39-
"mypy>=0.780; python_version>='3.9' and python_version<'3.11'",
40-
"mypy>=0.900; python_version>='3.11'",
35+
"mypy>=0.50",
36+
"pytest>=4.6",
4137
]
4238

4339
[project.entry-points.pytest11]

0 commit comments

Comments
 (0)