Skip to content

Commit 1bdf5d5

Browse files
committed
删除dicttoxml相关
1 parent 665434f commit 1bdf5d5

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
2323
notifications:

qcloud_cos/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- pip install six
1010
- pip install nose
1111
- pip install pycodestyle
12-
- pip install dicttoxml
12+
- pip install xmltodict
1313
- pip install crcmod
1414
notifications:
1515
email:

qcloud_cos/cos_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
from six.moves.urllib.parse import quote, unquote, urlencode
1818
from six import text_type, binary_type
1919
from hashlib import md5
20-
from dicttoxml import dicttoxml
2120
from .streambody import StreamBody
2221
from .xml2dict import Xml2Dict
2322
from .cos_auth import CosS3Auth

qcloud_cos/cos_comm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import xml.etree.ElementTree
1414
from datetime import datetime
1515
from xmltodict import unparse
16-
from dicttoxml import dicttoxml
1716
from .xml2dict import Xml2Dict
1817
from .cos_exception import CosClientError
1918
from .cos_exception import CosServiceError

0 commit comments

Comments
 (0)