Skip to content

Commit 58c59b6

Browse files
authored
Merge pull request #16 from retornam/addingpsutil
Adding psutil to install requires
2 parents 1575faf + c556469 commit 58c59b6

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)