Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
5693f1c5
Commit
5693f1c5
authored
2 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
build: add python-dateutil to requirements
parent
de7a43a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!40
SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
,
!13
Draft: Resolve "pyBIS: test cli"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pybis/src/python/setup.cfg
+1
-0
1 addition, 0 deletions
pybis/src/python/setup.cfg
pybis/src/python/setup.py
+1
-0
1 addition, 0 deletions
pybis/src/python/setup.py
with
2 additions
and
0 deletions
pybis/src/python/setup.cfg
+
1
−
0
View file @
5693f1c5
...
@@ -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
This diff is collapsed.
Click to expand it.
pybis/src/python/setup.py
+
1
−
0
View file @
5693f1c5
...
@@ -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
=
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment