mirror of
https://github.com/logos-messaging/logos-integration-test-framework.git
synced 2026-05-19 10:59:49 +00:00
Update logoscore dependency to track upstream master branch. (#5)
Co-authored-by: Egor Rachkovskii <egorrachkovskii@status.im>
This commit is contained in:
parent
352ea91aa8
commit
19a0ea2225
@ -13,10 +13,8 @@ requires-python = ">=3.11"
|
|||||||
license = { text = "MIT OR Apache-2.0" }
|
license = { text = "MIT OR Apache-2.0" }
|
||||||
authors = [{ name = "IFT QA" }]
|
authors = [{ name = "IFT QA" }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# logoscore is not on PyPI. Pinned to PR #1 head SHA, not the branch name,
|
# logoscore is not on PyPI; installed via direct git reference against upstream master.
|
||||||
# so an upstream force-push can't silently change what we install.
|
"logoscore @ git+https://github.com/logos-co/logos-logoscore-py.git@master",
|
||||||
# Re-pin to `@master` after https://github.com/logos-co/logos-logoscore-py/pull/1 merges.
|
|
||||||
"logoscore @ git+https://github.com/logos-co/logos-logoscore-py.git@6e7155733d90a66d117211c33322594e1b50e742",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user