Skip to content
Snippets Groups Projects
Commit 21f08d020591 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: add dateutil version requirement

project uses isoparse that was added in 2.7.0
parent 400d8adfacf5
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
install_requires=[
"odoorpc==0.7.0",
"requests_toolbelt==0.8.0",
"python-dateutil",
"python-dateutil>=2.7.0",
# How to indicate to install python3-docker?
],
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment