ci/marge_queue: add missing python-dateutils to requirements.txt

marge_queue.py requires python-dateutils to run, so add it.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25828>
This commit is contained in:
Helen Koike
2023-10-20 10:40:51 -03:00
committed by Marge Bot
parent f8753a542b
commit 46fc9decad

View File

@@ -2,6 +2,7 @@ aiohttp==3.8.3
colorama==0.4.5
filecache==0.81
gql==3.4.0
python-dateutil==2.8.2
python-gitlab==3.5.0
PyYAML==6.0
ruamel.yaml.clib==0.2.7