diff --git a/Pipfile b/Pipfile index 831b066..7d49077 100644 --- a/Pipfile +++ b/Pipfile @@ -15,5 +15,4 @@ streamlit-lottie = "~=0.0.5" [dev-packages] [requires] -python_version = "3.10" -python_full_version = "3.10.12" +python_version = "3.10" \ No newline at end of file diff --git a/Pipfile.lock b/Pipfile.lock index 340f09e..6c34057 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,10 @@ { "_meta": { "hash": { - "sha256": "242f3dee5e1006e20240cccf2550202939f1f43f879566c734ca487d68ab1d84" + "sha256": "5a70ce5f991b6e9d4e2835a811c17c33631d5e06ba06c16e4d7307d228d3908a" }, "pipfile-spec": 6, "requires": { - "python_full_version": "3.10.12", "python_version": "3.10" }, "sources": [ diff --git a/web_app.dockerfile b/web_app.dockerfile index 47e211a..0e82cb3 100644 --- a/web_app.dockerfile +++ b/web_app.dockerfile @@ -13,6 +13,10 @@ RUN apt-get update && \ git && \ rm -rf /var/lib/apt/lists/* +RUN pip install pip-review + +RUN pip-review --local --auto + # Install pipenv RUN pip install pipenv