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 \
build-base \
gettext \
libxml2-dev libxslt-dev \
libcurl4-openssl-dev python-pycurl
libgcrypt-dev libressl-dev curl-dev \
libxml2-dev libxslt-dev python-dev
RUN pip3 install --upgrade pip

View File

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