Skip to content

Commit

Permalink
Merge pull request #167 from dmtucker/deps
Browse files Browse the repository at this point in the history
Simplify project dependencies
  • Loading branch information
dmtucker committed Mar 12, 2024
2 parents 930086c + 1c56fb5 commit d0daa50
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,8 @@ requires-python = ">=3.7"
dependencies = [
"attrs>=19.0",
"filelock>=3.0",
"pytest>=4.6; python_version<'3.10'",
"pytest>=6.2; python_version>='3.10'",
"mypy>=0.500; python_version<'3.8'",
"mypy>=0.700; python_version>='3.8' and python_version<'3.9'",
"mypy>=0.780; python_version>='3.9' and python_version<'3.11'",
"mypy>=0.900; python_version>='3.11'",
"mypy>=0.50",
"pytest>=4.6",
]

[project.entry-points.pytest11]
Expand Down

0 comments on commit d0daa50

Please sign in to comment.