We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1575faf + c556469 commit 58c59b6Copy full SHA for 58c59b6
1 file changed
setup.py
@@ -10,5 +10,8 @@
10
download_url = 'https://github.com/browserstack/browserstack-local-python/archive/master.zip',
11
keywords = ['BrowserStack', 'Local', 'selenium', 'testing'],
12
classifiers = [],
13
+ install_requires=[
14
+ 'psutil',
15
+ ],
16
)
17
0 commit comments