hotfix: add environs backwards compatibility (#2007)

for the time beeing its better to readd this package for backwards compatibility in LNURLp and cashu
This commit is contained in:
dni ⚡ 2023-10-06 16:28:34 +02:00 committed by GitHub
parent b51daedb50
commit 9f847ffcad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 355 additions and 307 deletions

View file

@ -38,7 +38,9 @@ websocket-client = "1.6.3"
secp256k1 = "0.14.0"
pycryptodomex = "3.19.0"
packaging = "23.1"
bolt11 = "^2.0.5"
bolt11 = "2.0.5"
# keep for backwards compatibility with lnurlp and cashu
environs = "9.5.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"