fix psycopg2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jakub Kaniecki 2024-10-13 20:12:36 +02:00
parent 4ff7fc3ec4
commit b182d82f11
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ ENV REACT_CLIENT_SECRET="lKsmraeSmihY8rTQgd8TTGIncUloW7XokR8WLI0oZq8jCJ59guAkopg
RUN pip install --upgrade pip
COPY ./requirements.txt .
RUN apk add --no-cache --virtual .build-deps gcc musl-dev postgresql-dev python3-dev
RUN pip install psycopg2
RUN pip install -r requirements.txt
ENV DJANGO_SETTINGS_MODULE=izaac.settings

View File

@ -1,7 +1,6 @@
django
gunicorn
djangorestframework
psycopg2-binary
django-allauth
dj-rest-auth
django-cors-headers