Skip to content

Commit b4c16bf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN pip install \
2929
pyinotify>=0.9.4, \
3030
raven>=5.0.0 \
3131
'tox>4,<5' \
32-
'datalake<2'
32+
'datalake[queuable]>2'
3333

3434
RUN mkdir -p /opt/
3535
COPY . /opt/

0 commit comments

Comments
 (0)