diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-25 17:54:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-25 17:54:33 +0200 |
commit | 6bc1e7a70741f073194b88998efe7f0519074222 (patch) | |
tree | 7c97a681fb4c10b92975ca5058de828f999efe5a /README.rst | |
parent | f1c904feb96dac663fd3e93152c9febf8a8a640a (diff) | |
download | gemato-6bc1e7a70741f073194b88998efe7f0519074222.tar.gz |
openpgp: Reimplement WKD support via requests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -74,14 +74,17 @@ Requirements ============ gemato is written in Python and compatible with implementations of Python 3.6+. gemato is currently tested against CPython 3.6 -through 3.7 and PyPy3. gemato depends only on standard Python library -modules. +through 3.7 and PyPy3. gemato core depends only on standard Python +library modules. -Additionally, gemato calls the GnuPG executable to work with OpenPGP -signatures. Both GnuPG 1.4.21 and 2.2+ are tested. +Additionally, OpenPGP requires system install of GnuPG 2.2+ +and requests_ Python module. Tests require responses_ for mocking. References and footnotes ======================== .. [#GLEP74] GLEP 74: Full-tree verification using Manifest files (https://www.gentoo.org/glep/glep-0074.html) + +.. _requests: https://2.python-requests.org/en/master/ +.. _responses: https://github.com/getsentry/responses |