Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Feb 3, 2023
1 parent 351da27 commit 2e1e2f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers = [
]
dependencies = [
"requests>=2.19.1",
"securesystemslib>=0.26.0",
"securesystemslib @ git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46"
]
dynamic = ["version"]

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

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.sdist]
include = [
"/docs",
Expand Down
2 changes: 1 addition & 1 deletion requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ idna==3.4 # via requests
pycparser==2.21 # via cffi
pynacl==1.5.0 # via securesystemslib
requests==2.28.1
securesystemslib[crypto,pynacl]==0.26.0
git+https://github.com/PradyumnaKrishna/securesystemslib@4c6be46
urllib3==1.26.14 # via requests

0 comments on commit 2e1e2f1

Please sign in to comment.