Skip to content

Commit

Permalink
Merge branch 'master' into LTD-1747-not-null-violation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincarrogan authored Jan 31, 2022
2 parents 5f904a0 + 87135f4 commit 6728d4a
Show file tree
Hide file tree
Showing 6 changed files with 546 additions and 218 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ RUN apt-get update --fix-missing
RUN apt-get install libpq-dev gcc -y
RUN pip3 install pipenv
ADD Pipfile* /app/
RUN pipenv sync
ADD . /app
RUN pipenv sync --dev
ADD . /app
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parameterized = "==0.7.0"
prospector = "==1.1.6.2" # Our project only works with version 1.1.6.2
isort = "==4.3.21"
django-extensions = "*"
ipdb = "*"

[packages]
Django = "~=2.2"
Expand Down
Loading

0 comments on commit 6728d4a

Please sign in to comment.