diff options
author | EuAndreh <eu@euandre.org> | 2023-05-07 07:46:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-05-07 07:46:49 -0300 |
commit | 66913c7c1a05324cf9707b08b12dec6476460d49 (patch) | |
tree | 0ee30b83a36c17a86ee4951709c6d9fba6f4efa6 | |
parent | Makefile: Use dedicated "deployer" user on remote host (diff) | |
download | package-repository-66913c7c1a05324cf9707b08b12dec6476460d49.tar.gz package-repository-66913c7c1a05324cf9707b08b12dec6476460d49.tar.xz |
queue.scm: Use tornado 6 with python-telegram-bot
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 66913c7c1a05324cf9707b08b12dec6476460d49
git notes --ref=refs/notes/ci-data show 66913c7c1a05324cf9707b08b12dec6476460d49
Exit status: 0
Duration: 0
Diffstat (limited to '')
-rw-r--r-- | src/org/euandre/queue.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index 7fd313f..627aaa4 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -562,7 +562,7 @@ collections.OrderedDict that works in Python 2.4-2.6.") python-cachetools python-certifi python-pytz - python-tornado)) + python-tornado-6)) (home-page "https://python-telegram-bot.org/") (synopsis "Python library to interface with the Telegram Bot API") (description "We have made you a wrapper you can't refuse") |