mirror of
https://github.com/aljazceru/python-nostr.git
synced 2026-01-10 18:04:25 +01:00
20 lines
412 B
TOML
20 lines
412 B
TOML
[tool.poetry]
|
|
name = "python-nostr"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
pycryptodomex = "^3.16.0"
|
|
websocket-client = "1.3.3"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = {version = "^22.12.0", allow-prereleases = true}
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|