pyblock/pyproject.toml
2024-07-30 07:48:44 -03:00

60 lines
1.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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"