mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-28 17:50:56 +02:00
dotenv is not required directly, only indirectly (#2087)
via environs and pydantic (both already present in pyproject.toml)
This commit is contained in:
parent
5f8faf237c
commit
d1b89bc68a
2
poetry.lock
generated
2
poetry.lock
generated
@ -2489,4 +2489,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10 | ^3.9"
|
python-versions = "^3.10 | ^3.9"
|
||||||
content-hash = "8fa58347ff00053e7e81feb763555ea6e892d23a6d953a592dea3fe4ba424b79"
|
content-hash = "1d542521b6826a76d1b48ab5af2030e0f032d03afe758083e408bcfdf143d829"
|
||||||
|
@ -30,7 +30,6 @@ protobuf = "4.24.3"
|
|||||||
pyln-client = "23.8"
|
pyln-client = "23.8"
|
||||||
pywebpush = "1.14.0"
|
pywebpush = "1.14.0"
|
||||||
slowapi = "0.1.8"
|
slowapi = "0.1.8"
|
||||||
python-dotenv = "1.0.0"
|
|
||||||
websocket-client = "1.6.3"
|
websocket-client = "1.6.3"
|
||||||
pycryptodomex = "3.19.0"
|
pycryptodomex = "3.19.0"
|
||||||
packaging = "23.1"
|
packaging = "23.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user