Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxu2020 committed Jul 8, 2024
1 parent 0fb6ff4 commit 0cbaa32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions pdm.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[project]
name = "SLH-DSA"
version = "0.1.0"
version = "0.1.1"
description = "The pure python impl of the slh-das algorithm(based on fips205)."
authors = [
{name = "Colinxu2020", email = "[email protected]"},
]
dependencies = [
"pytest-cov>=5.0.0",
]
requires-python = ">=3.9"
readme = "README.md"
Expand All @@ -24,4 +23,5 @@ distribution = true
dev = [
"pytest>=8.2.2",
"mypy>=1.10.1",
"pytest-cov>=5.0.0",
]

0 comments on commit 0cbaa32

Please sign in to comment.