Skip to content

Commit bbe7cd1

Browse files
authored
Merge pull request #33 from makermelissa/main
Move dependencies from autodoc mock imports to requirements.txt
2 parents d05ed7d + cd8728a commit bbe7cd1

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,8 @@
2929
# digitalio, micropython and busio. List the modules you use. Without it, the
3030
# autodoc module docs will fail to generate with a warning.
3131
autodoc_mock_imports = [
32-
"displayio",
33-
"adafruit_display_shapes",
3432
"vectorio",
3533
"bitmaptools",
36-
"terminalio",
37-
"adafruit_imageload",
38-
"adafruit_display_text",
39-
"bitmaptools",
4034
]
4135

4236

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
# SPDX-License-Identifier: MIT
55

66
Adafruit-Blinka
7+
adafruit-blinka-displayio
8+
adafruit-circuitpython-display-shapes
9+
adafruit-circuitpython-imageload
10+
adafruit-circuitpython-display-text

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
author_email="[email protected]",
3737
install_requires=[
3838
"Adafruit-Blinka",
39+
"adafruit-blinka-displayio",
40+
"adafruit-circuitpython-display-shapes",
41+
"adafruit-circuitpython-imageload",
42+
"adafruit-circuitpython-display-text",
3943
],
4044
# Choose your license
4145
license="MIT",

0 commit comments

Comments
 (0)