Skip to content

Commit d0daa50

Browse files
authored
Merge pull request #167 from dmtucker/deps
Simplify project dependencies
2 parents 930086c + 1c56fb5 commit d0daa50

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
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)