Use python-dateutil package instead of dateutils (#324)

This commit is contained in:
Denys Pavlov 2021-11-14 18:25:40 -05:00 committed by GitHub
commit bc4c42d688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -28,7 +28,7 @@ setup(
"click",
"click-default-group",
"tabulate",
"dateutils",
"python-dateutil",
],
setup_requires=["pytest-runner"],
extras_require={