File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 29
29
# digitalio, micropython and busio. List the modules you use. Without it, the
30
30
# autodoc module docs will fail to generate with a warning.
31
31
autodoc_mock_imports = [
32
- "displayio" ,
33
- "adafruit_display_shapes" ,
34
32
"vectorio" ,
35
33
"bitmaptools" ,
36
- "terminalio" ,
37
- "adafruit_imageload" ,
38
- "adafruit_display_text" ,
39
- "bitmaptools" ,
40
34
]
41
35
42
36
Original file line number Diff line number Diff line change 4
4
# SPDX-License-Identifier: MIT
5
5
6
6
Adafruit-Blinka
7
+ adafruit-blinka-displayio
8
+ adafruit-circuitpython-display-shapes
9
+ adafruit-circuitpython-imageload
10
+ adafruit-circuitpython-display-text
Original file line number Diff line number Diff line change 36
36
author_email = "circuitpython@adafruit.com" ,
37
37
install_requires = [
38
38
"Adafruit-Blinka" ,
39
+ "adafruit-blinka-displayio" ,
40
+ "adafruit-circuitpython-display-shapes" ,
41
+ "adafruit-circuitpython-imageload" ,
42
+ "adafruit-circuitpython-display-text" ,
39
43
],
40
44
# Choose your license
41
45
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments