This commit is contained in:
vabene1111 2019-11-14 22:50:10 +01:00
parent 63ef8a6092
commit 613f1e626e
2 changed files with 2 additions and 4 deletions

View File

@ -17,8 +17,8 @@ RUN apk --no-cache add \
postgresql-dev \ postgresql-dev \
build-base \ build-base \
gettext \ gettext \
libxml2-dev libxslt-dev \ libgcrypt-dev libressl-dev curl-dev \
libcurl4-openssl-dev python-pycurl libxml2-dev libxslt-dev python-dev
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip

View File

@ -1,9 +1,7 @@
import os import os
from datetime import datetime from datetime import datetime
import json
import webdav3.client as wc import webdav3.client as wc
import requests import requests
import xmltodict
from requests.auth import HTTPBasicAuth from requests.auth import HTTPBasicAuth