Mercurial > p > roundup > code
diff doc/installation.txt @ 7065:48da482d7d93
reference requests library for imap_oauth in roundup-mailgw
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 23 Nov 2022 11:23:35 -0500 |
| parents | 031cdb92fa1d |
| children | e65f808d55eb |
line wrap: on
line diff
--- a/doc/installation.txt Wed Nov 23 10:13:48 2022 +0100 +++ b/doc/installation.txt Wed Nov 23 11:23:35 2022 -0500 @@ -148,6 +148,10 @@ You can run Roundup as a Windows service if pywin32_ is installed. Otherwise it must be started manually. +requests + If you are using OAuth authentication with the roundup-mailgw + mail gateway you need to install the requests_ library. + .. _Using Redis for Session Databases: admin_guide.html#using-redis-for-session-databases @@ -1793,6 +1797,7 @@ .. _pywin32: https://pypi.org/project/pywin32/ .. _Redis: https://redis.io .. _redis-py: https://pypi.org/project/redis/ +.. _requests: https://requests.readthedocs.io/en/latest/ .. _Whoosh: https://whoosh.readthedocs.org/en/latest .. _Xapian: https://xapian.org/ .. _zstd: https://pypi.org/project/zstd/
