Skip to content

Commit afa9008

Browse files
committed
Add dependencies, pin logging min version
1 parent f79ae92 commit afa9008

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

requirements.txt

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

55
Adafruit-Blinka
6+
adafruit_jwt
7+
adafruit_logging>=4.0.1

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"],
36+
install_requires=[
37+
"Adafruit-Blinka",
38+
"adafruit_jwt",
39+
"adafruit_logging>=4.0.1"
40+
],
3741
# Choose your license
3842
license="MIT",
3943
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)