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 5172f25 commit d1127d7Copy full SHA for d1127d7
requirements.txt
@@ -3,4 +3,5 @@
3
# SPDX-License-Identifier: Unlicense
4
5
Adafruit-Blinka>=7.0.0
6
+adafruit-circuitpython-logging>=4.0.0
7
pyasn1
setup.py
@@ -33,7 +33,11 @@
33
# Author details
34
author="Adafruit Industries",
35
author_email="[email protected]",
36
- install_requires=["Adafruit-Blinka>=7.0.0"],
+ install_requires=[
37
+ "Adafruit-Blinka>=7.0.0",
38
+ "adafruit-circuitpython-logging>=4.0.0",
39
+ "pyasn1",
40
+ ],
41
# Choose your license
42
license="MIT",
43
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
0 commit comments