Skip to content

Commit c556469

Browse files
author
retornam
committed
Adding psutil to install requires
1 parent 1575faf commit c556469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
download_url = 'https://github.com/browserstack/browserstack-local-python/archive/master.zip',
1111
keywords = ['BrowserStack', 'Local', 'selenium', 'testing'],
1212
classifiers = [],
13+
install_requires=[
14+
'psutil',
15+
],
1316
)
1417

0 commit comments

Comments
 (0)