Compare commits

...

3 Commits

Author SHA1 Message Date
Ruby Marx
5e74d6ebbd
Merge f863e7cefb into 472fb9f6ac 2024-09-16 17:02:58 +00:00
Tulir Asokan
472fb9f6ac Remove outdated comment
[skip ci]
2024-09-08 00:58:55 +03:00
Ruby Marx
f863e7cefb
Add APScheduler
[This plugin](https://github.com/MxMarx/reminder) requires APScheduler. APScheduler is fairly lightweight, and could potentially be useful for other that have scheduled tasks.
2023-09-15 15:50:40 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,9 @@ RUN apk add --no-cache \
py3-feedparser \
py3-dateutil \
py3-lxml \
py3-semver
# TODO remove pillow, magic, feedparser, lxml, gitlab and semver when maubot supports installing dependencies
py3-semver \
py3-apscheduler
# TODO remove pillow, magic, feedparser, lxml, gitlab, apscheduler, and semver when maubot supports installing dependencies
COPY requirements.txt /opt/maubot/requirements.txt
COPY optional-requirements.txt /opt/maubot/optional-requirements.txt

View File

@ -1,5 +1,4 @@
# The full URI to the database. SQLite and Postgres are fully supported.
# Other DBMSes supported by SQLAlchemy may or may not work.
# Format examples:
# SQLite: sqlite:filename.db
# Postgres: postgresql://username:password@hostname/dbname