Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Mar 25, 2024
1 parent 9e181fb commit ce6ad40
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,16 @@ docs = [
]
tests = [
"pytest>=7,<9",
"pytest-celery",
"pytest-cov>=4.1.0",
"pytest-mock",
"pytest-sugar"
"pytest-rerunfailures",
"pytest-sugar",
"pytest-test-utils>=0.0.6"
]
dev = [
"dvc-task[tests,docs]",
"celery-types",
"mypy==1.9.0"
]

Expand Down

0 comments on commit ce6ad40

Please sign in to comment.