File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ classifiers = [
4444]
4545dependencies = [
4646 " requests>=2.19.1" ,
47- " securesystemslib>=0.26.0 " ,
47+ " securesystemslib @ git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46 "
4848]
4949dynamic = [" version" ]
5050
@@ -57,6 +57,9 @@ Source = "https://github.com/theupdateframework/python-tuf"
5757[tool .hatch .version ]
5858path = " tuf/__init__.py"
5959
60+ [tool .hatch .metadata ]
61+ allow-direct-references = true
62+
6063[tool .hatch .build .targets .sdist ]
6164include = [
6265 " /docs" ,
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ idna==3.4 # via requests
66pycparser==2.21 # via cffi
77pynacl==1.5.0 # via securesystemslib
88requests==2.28.1
9- securesystemslib[crypto,pynacl]==0.26.0
9+ git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46
1010urllib3==1.26.14 # via requests
You can’t perform that action at this time.
0 commit comments