mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
Bumps the all-dependencies group with 1 update in the /historian directory: [pika](https://github.com/pika/pika). Updates `pika` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/1.4.2/CHANGELOG.md) - [Commits](https://github.com/pika/pika/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: pika dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
565 B
TOML
24 lines
565 B
TOML
[project]
|
|
name = "historian"
|
|
version = "0.1.0"
|
|
description = "A plugin to store historical Lightning Network gossip in a database."
|
|
readme = "README.md"
|
|
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
|
|
license = "MIT"
|
|
requires-python = ">=3.10"
|
|
|
|
dependencies = [
|
|
"inotify>=0.2.12",
|
|
"pika>=1.4.2",
|
|
"pyln-client>=25.9.3",
|
|
"python-dotenv>=1.1.0",
|
|
"sqlalchemy>=2.0.51",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pyln-testing>=25.9.3",
|
|
"pytest-rerunfailures>=16.4",
|
|
"pytest-timeout>=2.1.0",
|
|
"pytest-xdist>=3.1.0",
|
|
]
|