Skip to content

Commit

Permalink
List pip as dependency (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Mar 25, 2024
1 parent bd4453b commit 3e1a8ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -39,13 +39,15 @@ classifiers = [
dynamic = [
"version",
]
dependencies = [
"pip>=23.1.2",
]
optional-dependencies.graphviz = [
"graphviz>=0.20.1",
]
optional-dependencies.test = [
"covdefaults>=2.3",
"diff-cover>=8.0.1",
"pip>=23.3.1",
"pytest>=7.4.3",
"pytest-cov>=4.1",
"pytest-mock>=3.12",
Expand Down

0 comments on commit 3e1a8ff

Please sign in to comment.