Commit 03367e7
authored
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 #8681 parent 6cb29bd commit 03367e7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments