Skip to content

Commit 276eba2

Browse files
committed
more dep pinning
1 parent 4b34e40 commit 276eba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.cloudrun

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM python:3.6
2-
RUN pip install gunicorn google-python-cloud-debugger
32
COPY requirements.txt requirements.txt
43
RUN pip install -r requirements.txt
54
ADD . /code

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ boto3==1.9.169
2424
PyYAML==5.1.2
2525
Pillow==8.4
2626

27+
# for serving
28+
gunicorn==20.1.0
29+
2730
# Frozen transitive dependencies:
2831
botocore==1.12.253
2932
cachetools==4.2.4
3033
charset-normalizer==2.0.12
3134
docutils==0.15.2
32-
gunicorn==20.1.0
3335
honeycomb-beeline==2.12.1
3436
httplib2==0.20.4
3537
jmespath==0.10.0
3638
libhoney==2.1.0
37-
protobuf==3.19.4
3839
pyasn1==0.4.8
3940
pyasn1-modules==0.2.8
4041
pyparsing==3.0.9

0 commit comments

Comments
 (0)