Skip to content

Commit d9c38ad

Browse files
author
Lukas Puehringer
committed
Signed-off-by: Lukas Puehringer <[email protected]>
1 parent a898814 commit d9c38ad

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545
dependencies = [
4646
"requests>=2.19.1",
47-
"securesystemslib>=0.26.0",
47+
"securesystemslib @ git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46"
4848
]
4949
dynamic = ["version"]
5050

@@ -57,6 +57,9 @@ Source = "https://github.com/theupdateframework/python-tuf"
5757
[tool.hatch.version]
5858
path = "tuf/__init__.py"
5959

60+
[tool.hatch.metadata]
61+
allow-direct-references = true
62+
6063
[tool.hatch.build.targets.sdist]
6164
include = [
6265
"/docs",

requirements-pinned.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ idna==3.4 # via requests
66
pycparser==2.21 # via cffi
77
pynacl==1.5.0 # via securesystemslib
88
requests==2.28.1
9-
securesystemslib[crypto,pynacl]==0.26.0
9+
git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46
1010
urllib3==1.26.14 # via requests

0 commit comments

Comments
 (0)