Skip to content

Commit

Permalink
fix: add dependencies to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
willyw0nka committed Apr 9, 2024
1 parent f151a87 commit ad316c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ authors = [
{name = "Albert Simon", email = "simon.albert75@gmail.com"}
]
description = "Python wrapper for Grype"
dependencies = [
"dacite>=1.8.1"
]
license = { text = "MIT License" }
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit ad316c0

Please sign in to comment.