mirror of
https://github.com/logos-messaging/logos-integration-test-framework.git
synced 2026-05-18 18:39:28 +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" }
|
||||
authors = [{ name = "IFT QA" }]
|
||||
dependencies = [
|
||||
# logoscore is not on PyPI. Pinned to PR #1 head SHA, not the branch name,
|
||||
# so an upstream force-push can't silently change what we install.
|
||||
# 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",
|
||||
# logoscore is not on PyPI; installed via direct git reference against upstream master.
|
||||
"logoscore @ git+https://github.com/logos-co/logos-logoscore-py.git@master",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user