diff options
author | Lorenz Diener <[email protected]> | 2019-05-31 14:12:04 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-05-31 14:12:04 +0200 |
commit | e692fac905c6639b5cd9a440d44dccb3b6b843ec (patch) | |
tree | ec82c78c7cec502c574d6c6a8190e3333168b2de /docs | |
parent | 739d22e642938ae61b4ec83c4b566714d2f7d498 (diff) | |
download | mastodon.py-e692fac905c6639b5cd9a440d44dccb3b6b843ec.tar.gz |
Make some dependencies optional
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
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 | ||
1136 | Mastodon allows an application to have one webpush subscription per user at a time. | 1136 | Mastodon allows an application to have one webpush subscription per user at a time. |
1137 | 1137 | ||
1138 | All 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 |