From 4c324ac1beb710714262af0040dea21232ba87d9 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Wed, 12 Dec 2018 23:01:16 +1100 Subject: [PATCH] python: howto examples equirements * Added small requirements.txt file for additional modules not in the standard python library and not including the bindings themselves and not including Cython, which is for more advanced examples. --- lang/python/examples/howto/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lang/python/examples/howto/requirements.txt diff --git a/lang/python/examples/howto/requirements.txt b/lang/python/examples/howto/requirements.txt new file mode 100644 index 00000000..8f6e1e15 --- /dev/null +++ b/lang/python/examples/howto/requirements.txt @@ -0,0 +1,2 @@ +hkp4py +requests