mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
Update pyproject.toml
This commit is contained in:
parent
b3867c7c4e
commit
21d79353f0
1 changed files with 29 additions and 31 deletions
|
|
@ -9,37 +9,35 @@ repository="https://github.com/curly60e/pyblock"
|
|||
homepage="https://github.com/curly60e/pyblock"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.12.4"
|
||||
art = "5.3"
|
||||
qrcode = "7.3.1"
|
||||
psutil = "5.9.6"
|
||||
simplejson = "3.17.6"
|
||||
certifi = "2024.7.4"
|
||||
chardet = "4.0.0"
|
||||
idna = "3.7"
|
||||
python-gnupg = "0.4.7"
|
||||
sseclient-py = "1.7.2"
|
||||
urllib3 = "1.26.19"
|
||||
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.3.0"
|
||||
numpy = "1.24.4"
|
||||
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"
|
||||
requests = "2.32.0"
|
||||
|
||||
|
||||
python = "^3.12"
|
||||
art = "*"
|
||||
qrcode = "*"
|
||||
psutil = "*"
|
||||
simplejson = "*"
|
||||
certifi = "*"
|
||||
chardet = "*"
|
||||
idna = "*"
|
||||
python-gnupg = "*"
|
||||
sseclient-py = "*"
|
||||
urllib3 = "*"
|
||||
xmltodict = "*"
|
||||
python-cfonts = "*"
|
||||
termcolor = "*"
|
||||
pycoingecko = "*"
|
||||
protobuf = "*"
|
||||
six = "*"
|
||||
robohash = "*"
|
||||
Pillow = "*"
|
||||
numpy = "*"
|
||||
googleapis-common-protos = "*"
|
||||
pdfminer = "*"
|
||||
typer = "*"
|
||||
jq = "*"
|
||||
html2text = "*"
|
||||
pdf2text = "*"
|
||||
pdf2txt = "*"
|
||||
embit = "*"
|
||||
requests = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue