This commit is contained in:
parent
fa6550bcf5
commit
46e5b0b968
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue