Skip to content

Commit cc919c2

Browse files
committed
Removed Register library from the requirements since it's not in use
1 parent 28773c0 commit cc919c2

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

docs/conf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
"https://circuitpython.readthedocs.io/projects/busdevice/en/latest/",
3535
None,
3636
),
37-
"Register": (
38-
"https://circuitpython.readthedocs.io/projects/register/en/latest/",
39-
None,
40-
),
4137
"CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None),
4238
}
4339

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55

66
Adafruit-Blinka
77
adafruit-circuitpython-busdevice
8-
adafruit-circuitpython-register

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
install_requires=[
3838
"Adafruit-Blinka",
3939
"adafruit-circuitpython-busdevice",
40-
"adafruit-circuitpython-register",
4140
],
4241
# Choose your license
4342
license="MIT",

0 commit comments

Comments
 (0)