Skip to content

Commit

Permalink
Remove dependency on maturin
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Dec 11, 2024
1 parent cc26c8a commit 440ea4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ version = "0.1.1"
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
dependencies = ["maturin>=1.7,<2.0", "cryptography>=44,<45"]
dependencies = ["cryptography>=44,<45"]

[project.optional-dependencies]
doc = []
test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
lint = ["ruff >= 0.7,< 0.9"]
dev = ["rfc3161-client[test,lint,doc]"]
dev = ["rfc3161-client[test,lint,doc]", "maturin>=1.7,<2.0"]

[project.urls]
Homepage = "https://pypi.org/project/rfc3161-client"
Expand Down

0 comments on commit 440ea4e

Please sign in to comment.