workin
This commit is contained in:
parent
63ef8a6092
commit
613f1e626e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user