Fix accidental string concat in setup.py

This commit is contained in:
Josh Miklos
2020-06-22 17:05:51 -07:00
parent fe3fd98312
commit 170260ef0f
+1 -1
View File
@@ -51,7 +51,7 @@ setup(
# even though I could install a lot of viruses just from this setup.py
# "linux": ["PyV4L2Cam @ git+https://github.com/SimLeek/PyV4L2Cam"],
"dev": [
"pip==18.1"
"pip==18.1",
"black==18.*,>=18.3.0.a0",
"coverage==4.*,>=4.5.0",
"mock==3.*,>=3.0.0",