Skip to content

Commit 6166486

Browse files
authored
pyproject: remove unnecessary extra dependency
pynacl is no longer needed
1 parent d5fbb91 commit 6166486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "tuf-conformance"
77
dependencies = [
8-
"securesystemslib[crypto, pynacl]==1.2.0" ,
8+
"securesystemslib[crypto]==1.2.0",
99
"tuf==5.1.0",
1010
"pytest==8.3.4"
1111
]
@@ -39,4 +39,4 @@ lint.ignore = [
3939
"ANN101", "ANN102", # nonsense, deprecated in ruff
4040
"S101", # assert is fine in pytest tests
4141
"PLR2004", # magic values are ok in a test suite
42-
]
42+
]

0 commit comments

Comments
 (0)