Skip to content

Commit

Permalink
Add psutil as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
m2-farzan committed Dec 1, 2021
1 parent 82cf4af commit 0263ab1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
'setuptools',
'tornado>=4.2.1',
],
extras_require = {
'system_stats': ['psutil'],
},
package_data={
'rosboard': [
'html/*',
Expand Down

0 comments on commit 0263ab1

Please sign in to comment.