diff options
author | Ben McGinnes <[email protected]> | 2018-12-12 12:01:16 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-12-12 12:01:16 +0000 |
commit | 4c324ac1beb710714262af0040dea21232ba87d9 (patch) | |
tree | 1b3a47457296db5d64b149d2704e16676985db88 | |
parent | python: hkp key importer (diff) | |
download | gpgme-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.
-rw-r--r-- | lang/python/examples/howto/requirements.txt | 2 |
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 |