-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpyproject.toml
More file actions
59 lines (54 loc) Β· 1.35 KB
/
pyproject.toml
File metadata and controls
59 lines (54 loc) Β· 1.35 KB
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
[tool.poetry]
name = "pybitblock"
version = "4.0"
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"
art = "^5.3"
qrcode = "^7.3"
psutil = "^5.8"
simplejson = "^3.17"
certifi = "^2024.7"
chardet = "^4.0"
idna = "^3.7"
python-gnupg = "^0.4.8"
sseclient-py = "^1.7"
urllib3 = "^1.26"
xmltodict = "^0.12"
python-cfonts = "^1.5"
termcolor = "^1.1"
pycoingecko = "^2.2"
protobuf = "^3.18"
robohash = "^1.1"
Pillow = "^10.3"
numpy = "^1.23"
googleapis-common-protos = "^1.52"
pdfminer = "^20191125"
typer = "^0.4"
jq = "^1.2"
html2text = "^2020.1"
pdf2text = "^1.0"
pdf2txt = "^0.7"
embit = "^0.6"
requests = "^2.32"
typer-cli = "^0.0.13"
term-image = "^0.7"
rich = "^13.7"
urwid = "^2.6"
matplotlib = "^3.9"
asciimatics = "^1.15"
plotext = "^5.2"
blessings = "^1.7"
bitcoinlib = "^0.6"
vanity-address = "^1.0"
[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"