aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-05-31 14:12:04 +0200
committerLorenz Diener <[email protected]>2019-05-31 14:12:04 +0200
commite692fac905c6639b5cd9a440d44dccb3b6b843ec (patch)
treeec82c78c7cec502c574d6c6a8190e3333168b2de /docs
parent739d22e642938ae61b4ec83c4b566714d2f7d498 (diff)
downloadmastodon.py-e692fac905c6639b5cd9a440d44dccb3b6b843ec.tar.gz
Make some dependencies optional
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 52bac0f..45d8202 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1135,6 +1135,9 @@ displayed.
1135 1135
1136Mastodon allows an application to have one webpush subscription per user at a time. 1136Mastodon allows an application to have one webpush subscription per user at a time.
1137 1137
1138All crypto utilities require Mastodon.pys optional "webpush" feature dependencies
1139(specifically, the "cryptography" and "http_ece" packages).
1140
1138.. automethod:: Mastodon.push_subscription 1141.. automethod:: Mastodon.push_subscription
1139.. automethod:: Mastodon.push_subscription_set 1142.. automethod:: Mastodon.push_subscription_set
1140.. automethod:: Mastodon.push_subscription_update 1143.. automethod:: Mastodon.push_subscription_update
Powered by cgit v1.2.3 (git 2.41.0)