We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f85e5 commit 24103b0Copy full SHA for 24103b0
1 file changed
setup.py
@@ -22,7 +22,7 @@
22
# prerequisite: setuptools
23
# http://pypi.python.org/pypi/setuptools
24
25
-REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil" "psutil >= 7.0.0"]
+REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "psutil >= 7.0.0"]
26
27
setup(
28
name=NAME,
0 commit comments