mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-23 12:08:13 +00:00
16 lines
311 B
TOML
16 lines
311 B
TOML
[tool.poetry]
|
|
name = "connector-waku"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Jon Herron <jon.herron@yahoo.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
requests = "^2.28.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|