Skip to content

Commit 571ecb8

Browse files
committed
Include queuable extra in docker image, and use more recent datalake
Previously we were pinned to an older version
1 parent f61854d commit 571ecb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ENV LC_ALL C.UTF-8
88
# TODO: keep requirements in one place
99
RUN pip install \
1010
blinker>=1.4 \
11+
boto>=2.49 \
1112
boto3>=1.1.3 \
1213
click>=5.1 \
1314
Flask>=0.10.1 \
@@ -29,7 +30,7 @@ RUN pip install \
2930
pyinotify>=0.9.4, \
3031
raven>=5.0.0 \
3132
'tox>4,<5' \
32-
'datalake<2'
33+
'datalake[queuable]>2'
3334

3435
RUN mkdir -p /opt/
3536
COPY . /opt/

0 commit comments

Comments
 (0)