Skip to content

Commit 24103b0

Browse files
authored
Update setup.py
1 parent e1f85e5 commit 24103b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424

25-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil" "psutil >= 7.0.0"]
25+
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "psutil >= 7.0.0"]
2626

2727
setup(
2828
name=NAME,

0 commit comments

Comments
 (0)