Skip to content

Commit

Permalink
relax requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Jul 31, 2024
1 parent 938b110 commit 09d7abc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 1 addition & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions web_app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09d7abc

Please sign in to comment.