Skip to content

Commit baa6043

Browse files
authored
Merge pull request #222 from hc-sc-ocdo-bdpd/setupTools
Added setuptools to the dev requirements
2 parents 29377ab + 8b8fe7b commit baa6043

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ COPY requirements.txt requirements-dev.txt ./
2020
RUN pip install -r requirements.txt -r requirements-dev.txt
2121

2222
# Copy the entire project directory into the container
23-
COPY . .
23+
COPY . .

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pytest
2+
setuptools
23
file-processing-test-data @ git+https://github.com/hc-sc-ocdo-bdpd/file-processing-test-data.git@main
34
file-processing-ocr @ git+https://github.com/hc-sc-ocdo-bdpd/file-processing-ocr.git@main
45
file-processing-transcription @ git+https://github.com/hc-sc-ocdo-bdpd/file-processing-transcription.git@main

0 commit comments

Comments
 (0)