Skip to content

Commit

Permalink
added missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivswan committed May 27, 2023
1 parent b550797 commit 8b6a4af
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 @@ -102,7 +102,11 @@ dev = [
"twine", # to publish on pypi {twine upload --repository-url=https://test.pypi.org/legacy/ dist/*} {twine upload dist/*}
"johnnydep", # to see dependencies {johnnydep <package>}
]
test = ["deduplicationdict[flake8]"]
test = [
"deduplicationdict[flake8]",
"deepdiff",
"coverage",
]
all = ["deduplicationdict[dev,doc,test]"]

[project.urls]
Expand Down

0 comments on commit 8b6a4af

Please sign in to comment.