File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mypy==0.941
66pip-tools == 6.0.0
77pre-commit == 2.19.0
88pycln == 2.1.1
9- pylint == 2.12.2
9+ pylint == 2.17.7
1010pytest == 7.1.2
1111pytest-cov == 3.0.0
1212pytest-xdist == 2.5.0
Original file line number Diff line number Diff line change @@ -20,13 +20,10 @@ python3 -m venv venv
2020source venv/bin/activate
2121
2222python3 -m pip install --upgrade pip
23+ python3 -m pip install -r sdk/python/requirements.txt
24+ python3 -m pip install -r sdk/python/requirements-dev.txt
2325python3 -m pip install setuptools
2426python3 -m pip install coveralls==1.9.2
25- python3 -m pip install $( grep ' absl-py==' sdk/python/requirements-dev.txt)
26- python3 -m pip install $( grep ' docker==' sdk/python/requirements-dev.txt)
27- python3 -m pip install $( grep ' pytest==' sdk/python/requirements-dev.txt)
28- python3 -m pip install $( grep ' pytest-xdist==' sdk/python/requirements-dev.txt)
29- python3 -m pip install $( grep ' pytest-cov==' sdk/python/requirements-dev.txt)
3027python3 -m pip install --upgrade protobuf
3128
3229python3 -m pip install sdk/python
You can’t perform that action at this time.
0 commit comments