Skip to content

Commit

Permalink
deps: mark pytest as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Nov 28, 2023
1 parent 3688c45 commit 0dbf2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ classifiers = [
requires-python = ">=3.8"
dynamic = ["version"]
dependencies = [
"iterfzf==1.1.0.44.0"
"iterfzf==1.1.0.44.0",
"pytest>=6.0.0",
]

[project.urls]
Expand All @@ -33,7 +34,6 @@ Source = "https://github.com/dtrifiro/pytest-fzf"

[project.optional-dependencies]
tests = [
"pytest==7.2.0",
"pytest-sugar==0.9.7",
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
Expand Down

0 comments on commit 0dbf2e5

Please sign in to comment.