Skip to content

Commit b1c23db

Browse files
felixxmqcoumes
authored andcommitted
Used python-dateutil instead of dateutils package in requirements.
1 parent 873e4e8 commit b1c23db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
)
3131
REQUIREMENTS = [
3232
'opensearch-py>=2.2.0',
33-
'dateutils',
33+
'python-dateutil',
3434
]
3535
EXTRA_REQUIREMENTS = {
3636
'celery': ["celery>=4.1.0"],

0 commit comments

Comments
 (0)