Skip to content

Commit

Permalink
Revert "Add psutil dependency"
Browse files Browse the repository at this point in the history
This reverts commit cdefa28.
  • Loading branch information
m2-farzan committed Dec 1, 2021
1 parent cdefa28 commit 8cc7ff2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Also be sure to check out my terminal visualization tool, [ROSshow](https://gith
## Prerequisites

```
sudo pip3 install tornado psutil
sudo pip3 install tornado
sudo pip3 install simplejpeg # recommended, but ROSboard can fall back to cv2 or PIL instead
```

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
install_requires=[
'setuptools',
'tornado>=4.2.1',
'psutil',
],
package_data={
'rosboard': [
Expand Down

0 comments on commit 8cc7ff2

Please sign in to comment.