mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
57 lines
804 B
Text
57 lines
804 B
Text
#
|
|
####### example-requirements.txt #######
|
|
#
|
|
###### Requirements without Version Specifiers ######
|
|
art
|
|
qrcode
|
|
requests
|
|
psutil
|
|
simplejson
|
|
certifi
|
|
chardet
|
|
idna
|
|
python-gnupg
|
|
sseclient-py
|
|
urllib3
|
|
xmltodict
|
|
python-cfonts
|
|
termcolor
|
|
pycoingecko
|
|
protobuf
|
|
six
|
|
robohash
|
|
pillow
|
|
numpy
|
|
googleapis-common-protos==1.52.0
|
|
pdfminer
|
|
html2text
|
|
jq
|
|
embit
|
|
pdf2text
|
|
pdf2txt
|
|
typer-cli
|
|
term_image
|
|
asyncio
|
|
threading
|
|
rich
|
|
urwid
|
|
matplotlib
|
|
asciimatics
|
|
plotext
|
|
blessings
|
|
|
|
#
|
|
###### Requirements with Version Specifiers ######
|
|
# See https://www.python.org/dev/peps/pep-0440/#version-specifiers
|
|
|
|
#
|
|
###### Refer to other requirements files ######
|
|
|
|
#
|
|
#
|
|
###### A particular file ######
|
|
#
|
|
###### Additional Requirements without Version Specifiers ######
|
|
# Same as 1st section, just here to show that you can put things in any order.
|
|
|
|
#
|