Skip to content

Commit

Permalink
deps: try latest dico-interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
eunwoo1104 authored Jan 15, 2024
1 parent 90b9717 commit 01bb4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.10-slim

WORKDIR /usr/src/app

RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dico-api>=0.0.38
dico-command
dico-interaction
git+https://github.com/dico-api/dico-interaction
dico-dp
aiomysql
aiosqlite

0 comments on commit 01bb4c5

Please sign in to comment.