Skip to content

Commit d1127d7

Browse files
committed
Add and pin dependencies
1 parent 5172f25 commit d1127d7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# SPDX-License-Identifier: Unlicense
44

55
Adafruit-Blinka>=7.0.0
6+
adafruit-circuitpython-logging>=4.0.0
67
pyasn1

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
# Author details
3434
author="Adafruit Industries",
3535
author_email="[email protected]",
36-
install_requires=["Adafruit-Blinka>=7.0.0"],
36+
install_requires=[
37+
"Adafruit-Blinka>=7.0.0",
38+
"adafruit-circuitpython-logging>=4.0.0",
39+
"pyasn1",
40+
],
3741
# Choose your license
3842
license="MIT",
3943
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)