diff options
author | Ben McGinnes <[email protected]> | 2018-12-12 12:05:50 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-12-12 12:05:50 +0000 |
commit | 64758a0dac4c7c3b312dccbc1661813e2c3e2888 (patch) | |
tree | e0e5c8000999f727e03eb3923021537b79e377fa /lang/python/examples/howto | |
parent | python: howto examples equirements (diff) | |
download | gpgme-64758a0dac4c7c3b312dccbc1661813e2c3e2888.tar.gz gpgme-64758a0dac4c7c3b312dccbc1661813e2c3e2888.zip |
python: advanced howto example
* Added Cython requirement to this advanced use case.
Diffstat (limited to 'lang/python/examples/howto')
-rw-r--r-- | lang/python/examples/howto/advanced/cython/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/examples/howto/advanced/cython/requirements.txt b/lang/python/examples/howto/advanced/cython/requirements.txt new file mode 100644 index 00000000..f6629e02 --- /dev/null +++ b/lang/python/examples/howto/advanced/cython/requirements.txt @@ -0,0 +1 @@ +cython |