Skip to content

Commit 63269b5

Browse files
committed
💚 Fix test dependencies
1 parent 307682d commit 63269b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY docker-entrypoint.sh /docker-entrypoint.sh
99

1010
WORKDIR /app
1111
RUN pip install gunicorn
12-
RUN pip install ".[django]"
12+
RUN pip install .
1313
RUN pip install psycopg-binary
1414

1515
ENV PROCRASTINATE_APP="openaleph_procrastinate.app.app"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)