Skip to content

Commit 03367e7

Browse files
Add python-dateutil to pyproject.toml dependencies (#866)
The `python-dateutil` library is used in the code, but not listed in the `pyproject.toml` under dependencies. This should fix the issue. Code used here: https://github.com/Kaggle/kaggle-api/blob/3f8e54c5dc1121dd09be83f2ad607771b31b7457/src/kaggle/api/kaggle_api_extended.py#L36 This dependency is mentioned in several other places, but not in the `pyproject.toml` (e.g. `requirements.in`). Fixes #868
1 parent 6cb29bd commit 03367e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies = [
2727
"kagglesdk",
2828
"python-slugify",
2929
"requests",
30+
"python-dateutil",
3031
"setuptools>=21.0.0", # unused if setup.py is removed
3132
"six>=1.10", # should be unused but is still imported
3233
"tqdm",

0 commit comments

Comments
 (0)