forked from curly60e/pyblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
51 lines (45 loc) Β· 1.09 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
[tool.poetry]
name = "pybitblock"
version = "2.2.7"
description = "Python Bitcoin block dashboard, transactions, send message to Space and more"
license="MIT"
authors = ["curly60e <[email protected]>", "SatoshiNakamotoBitcoin"]
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.1"
requests = "2.26.0"
psutil = "5.9.6"
simplejson = "3.17.6"
certifi = "2021.10.8"
chardet = "4.0.0"
idna = "3.3"
python-gnupg = "0.4.7"
sseclient-py = "1.7.2"
urllib3 = "1.26.7"
xmltodict = "0.12.0"
python-cfonts = "1.5.2"
termcolor = "1.1.0"
pycoingecko = "2.2.0"
protobuf = "3.18.3"
six = "1.15.0"
robohash = "1.1"
Pillow = "10.1"
numpy = "1.26.2"
googleapis-common-protos = "1.52.0"
pdfminer = "20191125"
typer = "0.4.0"
jq = "1.6"
html2text = "2020.1.16"
pdf2text = "1.0.0"
pdf2txt = "0.7.14"
embit = "0.6.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.7.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
pyblock = "pybitblock.console:main"