Skip to content

Commit 25c051f

Browse files
author
Jaipreet Singh
committed
Remove psutil dependency
1 parent 40c9683 commit 25c051f

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cache:
55
pip: true
66
directories:
77
- /home/travis/.yarn-cache/
8-
install: pip install pytest jupyterlab psutil
8+
install: pip install pytest jupyterlab
99
script:
1010
- pytest tests/unit
1111
- yarn

postBuild

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@
33
jupyter labextension install @jupyterlab/git
44

55
pip install jupyterlab-git
6-
jupyter serverextension enable --py jupyterlab_git
7-
8-
pip install notebook
9-
pip install psutil
6+
jupyter serverextension enable --py jupyterlab_git

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
long_description_content_type="text/markdown",
1616
packages=setuptools.find_packages(),
1717
install_requires=[
18-
'notebook',
19-
'psutil'
18+
'notebook'
2019
],
2120
package_data={'jupyterlab_git': ['*']},
2221
)

0 commit comments

Comments
 (0)