Skip to content

Commit

Permalink
[BUG] backwards dep compat
Browse files Browse the repository at this point in the history
using wildcards
  • Loading branch information
dni committed Aug 24, 2023
1 parent 74b59b2 commit 7666960
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ bolt11 = "bolt11.cli:main"


[tool.poetry.dependencies]
python = "^3.8.1"
base58 = "^2.1.1"
bech32 = "^1.2.0"
bitstring = "^4.1.0 || ^3"
ecdsa = "^0.18.0"
secp256k1 = "^0.14.0"
click = "^8.1.7"
python = ">=3.8.1"
click = "*"
base58 = "*"
ecdsa = "*"
secp256k1 = "*"
bech32 = "*"
bitstring = "*"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7666960

Please sign in to comment.