Dev dependencies now require old pip version that tox can work with.

This commit is contained in:
Josh Miklos
2020-06-22 17:03:33 -07:00
parent c2be473cbe
commit fe3fd98312
2 changed files with 3 additions and 2 deletions

View File

@ -51,6 +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"
"black==18.*,>=18.3.0.a0",
"coverage==4.*,>=4.5.0",
"mock==3.*,>=3.0.0",