Skip to content
Snippets Groups Projects
Commit 5693f1c5 authored by Swen Vermeul's avatar Swen Vermeul
Browse files

build: add python-dateutil to requirements

parent de7a43a0
No related branches found
No related tags found
2 merge requests!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...,!13Draft: Resolve "pyBIS: test cli"
...@@ -27,4 +27,5 @@ install_requires = ...@@ -27,4 +27,5 @@ install_requires =
click click
texttable texttable
tabulate tabulate
python-dateutil
python_requires = >=3.6 python_requires = >=3.6
...@@ -30,6 +30,7 @@ setup( ...@@ -30,6 +30,7 @@ setup(
"click", "click",
"texttable", "texttable",
"tabulate", "tabulate",
"python-dateutil",
], ],
python_requires=">=3.6", python_requires=">=3.6",
classifiers=[ classifiers=[
......
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