requirements.txt: add ddate as an optional dependency for Time.ddate

This commit is contained in:
Aminda Suomalainen 2023-09-29 11:23:19 +03:00 committed by Val Lorentz
parent 119a93a744
commit cf4c4ca5b8

View File

@ -15,3 +15,4 @@ cryptography # required to load the Fediverse plugin (used to imp
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
ddate # required for the ddate command in the Time plugin