mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 02:14:31 +02:00
Use python-dateutil package instead of dateutils (#324)
This commit is contained in:
parent
adea5bc396
commit
bc4c42d688
2 changed files with 3 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ setup(
|
|||
"click",
|
||||
"click-default-group",
|
||||
"tabulate",
|
||||
"dateutils",
|
||||
"python-dateutil",
|
||||
],
|
||||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue