-
Notifications
You must be signed in to change notification settings - Fork 22
/
pyproject.toml
60 lines (55 loc) Β· 1.23 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[tool.poetry]
name = "pybitblock"
version = "3.0.0.2"
description = "βπͺπΉππβπ ππ₯π€ π πΉππ₯ππ ππ π»ππ€πππ ππ£π π¨ππ₯π βπͺπ‘πππ£π‘π¦ππ πππ€π₯πππ₯ππ."
license="MIT"
authors = ["curly60e <[email protected]>", "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"