Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Side by Side Diff: third_party/grpc/templates/tools/dockerfile/python_deps.include

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #====================
2 # Python dependencies
3
4 # Install dependencies
5
6 RUN apt-get update && apt-get install -y ${'\\'}
7 python-all-dev ${'\\'}
8 python3-all-dev ${'\\'}
9 python-pip
10
11 # Install Python packages from PyPI
12 RUN pip install pip --upgrade
13 RUN pip install virtualenv
14 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.0.0a2 tox
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698