We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ae92 commit afa9008Copy full SHA for afa9008
requirements.txt
@@ -3,3 +3,5 @@
3
# SPDX-License-Identifier: Unlicense
4
5
Adafruit-Blinka
6
+adafruit_jwt
7
+adafruit_logging>=4.0.1
setup.py
@@ -33,7 +33,11 @@
33
# Author details
34
author="Adafruit Industries",
35
author_email="[email protected]",
36
- install_requires=["Adafruit-Blinka"],
+ install_requires=[
37
+ "Adafruit-Blinka",
38
+ "adafruit_jwt",
39
+ "adafruit_logging>=4.0.1"
40
+ ],
41
# Choose your license
42
license="MIT",
43
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments