laforge submitted this change.
smdpp: optional deps
Works locally, too:
$ pip install -e ".[smdpp]"
Change-Id: If69b2bd5f8bc604443108c942c17eba9c22f4053
---
M setup.py
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
index b33fb67..6ded38e 100644
--- a/setup.py
+++ b/setup.py
@@ -49,4 +49,12 @@
'asn1/saip/*.asn',
],
},
+ extras_require={
+ "smdpp": [
+ "klein",
+ "service-identity",
+ "pyopenssl",
+ "requests",
+ ]
+ },
)
To view, visit change 40463. To unsubscribe, or for help writing mail filters, visit settings.