mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
py: Update dependencies and relax constraints
We were being very restrictive when describing the dependencies, so let's relax them a bit.
This commit is contained in:
committed by
Rusty Russell
parent
ea7d428579
commit
9f1e1ada2a
@@ -12,11 +12,11 @@ packages = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
pyln-proto = ">=0.12"
|
||||
pyln-proto = ">=23"
|
||||
pyln-bolt7 = ">=1.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^7.0.1"
|
||||
pytest = "^7"
|
||||
pyln-bolt7 = { path = "../pyln-spec/bolt7", develop = true }
|
||||
pyln-proto = { path = "../pyln-proto", develop = true}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user