We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc0055 commit deb125eCopy full SHA for deb125e
setup.py
@@ -10,6 +10,7 @@
10
package_dir={'': 'src'},
11
install_requires=[
12
"aiohttp==3.5.4",
13
- "certifi==2019.3.9"
+ "certifi==2019.3.9",
14
+ "psutil==5.6.3; sys_platform == 'darwin'"
15
]
16
)
0 commit comments