Skip to content

Commit

Permalink
#39 Remove cryptography from dev dependencies
Browse files Browse the repository at this point in the history
Accidentally forgot to remove cryptography from dev dependencies when I moved it to public dependencies with the original commit. This commit amends that.
  • Loading branch information
mcsken committed Dec 9, 2024
1 parent 6887804 commit 68d701b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ check_done = "check_done.command:main"
"Issue Tracker" = "https://github.com/siisurit/check_done/issues"

[tool.poetry.group.dev.dependencies]
cryptography = "^44.0.0"
coverage = "^7"
pytest = "^8"
pytest-cov = "^6"
Expand Down

0 comments on commit 68d701b

Please sign in to comment.