Skip to content

Commit 7666960

Browse files
committed
[BUG] backwards dep compat
using wildcards
1 parent 74b59b2 commit 7666960

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ bolt11 = "bolt11.cli:main"
2020

2121

2222
[tool.poetry.dependencies]
23-
python = "^3.8.1"
24-
base58 = "^2.1.1"
25-
bech32 = "^1.2.0"
26-
bitstring = "^4.1.0 || ^3"
27-
ecdsa = "^0.18.0"
28-
secp256k1 = "^0.14.0"
29-
click = "^8.1.7"
23+
python = ">=3.8.1"
24+
click = "*"
25+
base58 = "*"
26+
ecdsa = "*"
27+
secp256k1 = "*"
28+
bech32 = "*"
29+
bitstring = "*"
3030

3131

3232
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)