We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49da4d4 commit fe8f7e9Copy full SHA for fe8f7e9
requirements.txt
@@ -7,4 +7,4 @@ pytest-flakes==4.0.0
7
# because of pip bug https://github.com/pypa/pip/issues/4780
8
aiohttp==3.5.4
9
certifi==2019.3.9
10
-psutil==5.6.3; sys_platform == 'darwin'
+psutil==5.6.6; sys_platform == 'darwin'
setup.py
@@ -11,6 +11,6 @@
11
install_requires=[
12
"aiohttp>=3.5.4",
13
"certifi>=2019.3.9",
14
- "psutil>=5.6.3; sys_platform == 'darwin'"
+ "psutil>=5.6.6; sys_platform == 'darwin'"
15
]
16
)
0 commit comments