aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/examples/howto
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-12-12 12:01:16 +0000
committerBen McGinnes <[email protected]>2018-12-12 12:01:16 +0000
commit4c324ac1beb710714262af0040dea21232ba87d9 (patch)
tree1b3a47457296db5d64b149d2704e16676985db88 /lang/python/examples/howto
parentpython: hkp key importer (diff)
downloadgpgme-4c324ac1beb710714262af0040dea21232ba87d9.tar.gz
gpgme-4c324ac1beb710714262af0040dea21232ba87d9.zip
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.
Diffstat (limited to 'lang/python/examples/howto')
-rw-r--r--lang/python/examples/howto/requirements.txt2
1 files changed, 2 insertions, 0 deletions
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