mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 06:30:57 +01:00
requirements.txt: Classify and provide a rationale for each dependency
This commit is contained in:
parent
7b9a944603
commit
796f717d09
@ -1,9 +1,17 @@
|
|||||||
|
# mandatory:
|
||||||
|
|
||||||
setuptools
|
setuptools
|
||||||
chardet
|
|
||||||
pytz;python_version<'3.9'
|
# optional core dependencies:
|
||||||
python-dateutil
|
|
||||||
python-gnupg
|
chardet # to detect encoding of incoming IRC lines, if they are not in UTF-8
|
||||||
feedparser
|
python-gnupg # for authenticated based on GPG tokens
|
||||||
PySocks
|
PySocks # for SOCKS proxy (typically used to connect to IRC via Tor)
|
||||||
cryptography
|
pyxmpp2-scram # for the scram-sha-256 SASL mechanism
|
||||||
pyxmpp2-scram
|
|
||||||
|
# optional plugin dependencies:
|
||||||
|
|
||||||
|
cryptography # required to load the Fediverse plugin (used to implement HTTP signatures to support Mastodon instances with AUTHORIZED_FETCH=true)
|
||||||
|
feedparser # required to load the RSS plugin
|
||||||
|
pytz;python_version<'3.9' # enables timezone manipulation in the Time and Geography plugins. On Python >=3.9, the standard library is used instead
|
||||||
|
python-dateutil # enable fancy time string parsing in the Time plugin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user