Skip to content

Commit 91e0b8b

Browse files
committed
move roc-validator to reqs file
1 parent c019649 commit 91e0b8b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ WORKDIR /app
77

88
COPY requirements.txt .
99
RUN pip install --upgrade pip
10-
RUN pip install roc-validator
1110
RUN pip install --no-cache-dir -r requirements.txt
1211

1312
COPY . .

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Werkzeug~=3.0.4
66
redis~=5.2.0
77
python-dotenv~=1.0.1
88
apiflask~=2.4.0
9+
roc-validator~=0.6.5

0 commit comments

Comments
 (0)