Skip to content

Commit 63e3192

Browse files
Fixing requirements.txt and example header
1 parent 825cc6c commit 63e3192

File tree

2 files changed

+19
-55
lines changed

2 files changed

+19
-55
lines changed

examples/Inkplate6FLICK/Projects/Inkplate6FLICK_E_Reader/Inkplate6FLICK_E_Reader.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
Required components: Inkplate 6FLICK, SD card, USB-C cable.
1111
1212
**HOW TO USE THE PYTHON SCRIPT FOR PREPROCESSING**
13+
Open terminal inside script folder and install dependencies using: pip install -r requirements.txt
1314
In this example, a Python script named "epubToImg.py" is provided.
1415
It can be called from the command line with the following arguments:
1516
[path to epub file] [destination path + book name] --width [number] --height [number] --text-size [size]
Lines changed: 18 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,19 @@
1-
altgraph==0.17.4
2-
annotated-types==0.7.0
3-
anyio==4.9.0
4-
bitarray==3.4.2
5-
bitstring==4.3.1
6-
blinker==1.9.0
7-
certifi==2025.1.31
8-
cffi==1.17.1
9-
click==8.1.8
10-
colorama==0.4.6
11-
cryptography==45.0.2
12-
distro==1.9.0
13-
EbookLib==0.19
14-
ecdsa==0.19.1
15-
esptool==4.8.1
16-
Flask==3.1.0
17-
greenlet==3.2.3
18-
h11==0.14.0
19-
httpcore==1.0.7
20-
httpx==0.28.1
21-
idna==3.10
22-
intelhex==2.3.0
23-
itsdangerous==2.2.0
24-
Jinja2==3.1.6
25-
jiter==0.9.0
26-
lxml==6.0.0
27-
MarkupSafe==3.0.2
28-
mpremote==1.25.0
29-
numpy==2.2.4
30-
openai==1.69.0
31-
opencv-python==4.11.0.86
32-
packaging==25.0
33-
pefile==2023.2.7
34-
pillow==11.1.0
1+
attr==0.3.2
2+
ConfigParser==7.2.0
3+
cryptography==45.0.6
4+
docutils==0.22
5+
filelock==3.18.0
6+
HTMLParser==0.0.2
7+
ipython==9.4.0
8+
ipywidgets==8.1.7
9+
jnius==1.1.0
10+
keyring==25.6.0
11+
Pillow==11.3.0
3512
playwright==1.54.0
36-
pycparser==2.22
37-
pydantic==2.11.1
38-
pydantic_core==2.33.0
39-
pyee==13.0.0
40-
pyinstaller==6.14.2
41-
pyinstaller-hooks-contrib==2025.8
42-
pyserial==3.5
43-
PySide6==6.9.1
44-
PySide6_Addons==6.9.1
45-
PySide6_Essentials==6.9.1
46-
pywin32-ctypes==0.2.3
47-
PyYAML==6.0.2
48-
reedsolo==1.7.0
49-
setuptools==80.8.0
50-
shiboken6==6.9.1
51-
six==1.17.0
52-
sniffio==1.3.1
53-
tqdm==4.67.1
54-
typing-inspection==0.4.0
55-
typing_extensions==4.13.0
56-
Werkzeug==3.1.3
13+
protobuf==6.31.1
14+
pyOpenSSL==25.1.0
15+
redis==6.4.0
16+
Sphinx==8.2.3
17+
thread==2.0.5
18+
urllib3_secure_extra==0.1.0
19+
xmlrpclib==1.0.1

0 commit comments

Comments
 (0)