Update dockerfile and requirements
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Kevin Alberts 2024-01-23 15:17:59 +01:00
parent fa6550bcf5
commit 46e5b0b968
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ WORKDIR /usr/src/app
# Install python requirements
COPY requirements.txt ./
RUN pip install --no-cache-dir --upgrade pip
RUN pip install --no-cache-dir -r requirements.txt
# Make dirs

View file

@ -6,4 +6,5 @@ ics>=0.7,<0.8
caldav>=0.7.1,<0.8
lockfile>=0.12.2,<0.13
google-auth-oauthlib>=0.4.2,<0.5
requests-oauthlib>=1.3.0,<1.4
requests-oauthlib>=1.3.0,<1.4
packaging