Imported Upstream version 1.33.1
[platform/upstream/grpc.git] / templates / tools / dockerfile / python_deps.include
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-setuptools
10
11 # Install Python packages from PyPI
12 RUN curl https://bootstrap.pypa.io/get-pip.py | python2.7
13 RUN pip install --upgrade pip==19.3.1
14 RUN pip install virtualenv==16.7.9
15 RUN pip install futures==2.2.0 enum34==1.0.4 protobuf==3.5.2.post1 six==1.10.0 twisted==17.5.0