mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-13 12:33:15 +02:00
60 lines
1.2 KiB
TOML
60 lines
1.2 KiB
TOML
[tool.poetry]
|
||
name = "pybitblock"
|
||
version = "3.0.0.2"
|
||
description = "ℙ𝕪𝔹𝕃𝕆ℂ𝕂 𝕚𝕥𝕤 𝕒 𝔹𝕚𝕥𝕔𝕠𝕚𝕟 𝔻𝕒𝕤𝕙𝕓𝕠𝕒𝕣𝕕 𝕨𝕚𝕥𝕙 ℂ𝕪𝕡𝕙𝕖𝕣𝕡𝕦𝕟𝕜 𝕒𝕖𝕤𝕥𝕙𝕖𝕥𝕚𝕔."
|
||
license="MIT"
|
||
authors = ["curly60e <curly60e@piserver.xyz>", "SN"]
|
||
readme="README.md"
|
||
repository="https://github.com/curly60e/pyblock"
|
||
homepage="https://github.com/curly60e/pyblock"
|
||
|
||
[tool.poetry.dependencies]
|
||
python = "^3.12"
|
||
#six = "^1.16.0"
|
||
art = "*"
|
||
qrcode = "*"
|
||
psutil = "*"
|
||
simplejson = "*"
|
||
certifi = "*"
|
||
chardet = "*"
|
||
idna = "*"
|
||
python-gnupg = "*"
|
||
sseclient-py = "*"
|
||
urllib3 = "*"
|
||
xmltodict = "*"
|
||
python-cfonts = "*"
|
||
termcolor = "*"
|
||
pycoingecko = "*"
|
||
protobuf = "*"
|
||
robohash = "*"
|
||
Pillow = "*"
|
||
numpy = "*"
|
||
googleapis-common-protos = "*"
|
||
pdfminer = "*"
|
||
typer = "*"
|
||
jq = "*"
|
||
html2text = "*"
|
||
pdf2text = "*"
|
||
pdf2txt = "*"
|
||
embit = "*"
|
||
requests = "*"
|
||
typer-cli = "*"
|
||
term-image = "*"
|
||
asyncio = "*"
|
||
threading = "*"
|
||
rich = "*"
|
||
urwid = "*"
|
||
matplotlib = "*"
|
||
asciimatics = "*"
|
||
plotext = "*"
|
||
blessings = "*"
|
||
|
||
[tool.poetry.dev-dependencies]
|
||
|
||
[build-system]
|
||
requires = ["poetry-core>=1.8.3"]
|
||
build-backend = "poetry.core.masonry.api"
|
||
|
||
|
||
[tool.poetry.scripts]
|
||
pyblock = "pybitblock.console:main"
|