Skip to content

Commit

Permalink
Merge pull request cc-api#35 from dongx1x/dep
Browse files Browse the repository at this point in the history
pypi: use direct dependency for pypi uploading
  • Loading branch information
dongx1x authored Apr 8, 2024
2 parents f4a5725 + bd4ba47 commit 6058b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"cctrusted_base @ git+https://github.com/cc-api/cc-trusted-api.git#subdirectory=common/python",
"cctrusted_base",
"pytest",
]

Expand Down

0 comments on commit 6058b2e

Please sign in to comment.