Skip to content

Commit

Permalink
Merge pull request #769 from Ilhasoft/temp/master
Browse files Browse the repository at this point in the history
update poetry version and use a new lib to use the django env
  • Loading branch information
barbosajackson authored Mar 3, 2023
2 parents 71ebf13 + 7594ef3 commit b3586e3
Show file tree
Hide file tree
Showing 3 changed files with 1,705 additions and 936 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
RUN apt-get install make

RUN pip install -U pip==21.2.2 setuptools==57.4.0
RUN pip install poetry==1.1.12
RUN pip install poetry==1.2.2
RUN pip install gunicorn==19.9.0
RUN pip install gevent==21.12.0
RUN pip install psycopg2-binary
Expand Down
Loading

0 comments on commit b3586e3

Please sign in to comment.