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