Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
cf673c1f
Commit
cf673c1f
authored
Mar 29, 2019
by
André Anjos
💬
Browse files
[conda] Add psutil to dependencies
parent
21782ac7
Pipeline
#28680
failed with stages
in 9 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/meta.yaml
View file @
cf673c1f
...
...
@@ -45,6 +45,7 @@ requirements:
-
lxml
-
jinja2
-
termcolor
-
psutil
test
:
requires
:
...
...
setup.py
View file @
cf673c1f
...
...
@@ -22,6 +22,7 @@ requires = [
'lxml'
,
'jinja2'
,
'termcolor'
,
'psutil'
,
]
setup
(
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment