From c15d934a7125566db9ea883c1a6eafc2f3e32f0a Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 31 Dec 2024 00:34:00 +0500 Subject: [PATCH] Add python-dateutil to requirements.txt --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3ab2be954f..1f0faa75f8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,6 @@ pytest-retry # `pytest-xdist` is a plugin that provides the `--numprocesses` flag, # allowing us to run `pytest` tests in parallel pytest-xdist +python-dateutil requests tabulate