File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ install:
1717- pip install nose
1818- pip install pycodestyle
1919- pip install importlib_metadata
20- - pip install dicttoxml
20+ - pip install xmltodict
2121- pip install crcmod
2222- pip install pycryptodome
2323notifications :
Original file line number Diff line number Diff line change 99 - pip install six
1010 - pip install nose
1111 - pip install pycodestyle
12- - pip install dicttoxml
12+ - pip install xmltodict
1313 - pip install crcmod
1414notifications :
1515 email :
Original file line number Diff line number Diff line change 1717from six .moves .urllib .parse import quote , unquote , urlencode
1818from six import text_type , binary_type
1919from hashlib import md5
20- from dicttoxml import dicttoxml
2120from .streambody import StreamBody
2221from .xml2dict import Xml2Dict
2322from .cos_auth import CosS3Auth
Original file line number Diff line number Diff line change 1313import xml .etree .ElementTree
1414from datetime import datetime
1515from xmltodict import unparse
16- from dicttoxml import dicttoxml
1716from .xml2dict import Xml2Dict
1817from .cos_exception import CosClientError
1918from .cos_exception import CosServiceError
You can’t perform that action at this time.
0 commit comments