. "${SECTION_DIRECTORY}/PY_DEPENDS" &&

optional_depends python-cryptography "" "" "for OAuth 1 with RSA-SHA1 signature support" &&

optional_depends pyjwt "" "" "for OAuth 2 ServiceApplicationClient and OAuth 1 with RSA-SHA1 signature support" &&

if is_depends_enabled ${SPELL} pyjwt; then
  depends python-cryptography
fi &&

optional_depends blinker "" "" "for signalling support"
