require defusedxml

This commit is contained in:
Ubuntu
2016-04-18 19:30:15 +00:00
parent 3ba885104c
commit 56803fa24f

View File

@@ -40,7 +40,8 @@ setup(
install_requires=[
'virtualchain==0.0.8',
'keychain==0.1.4',
'blockstack-client==0.0.12.5'
'blockstack-client==0.0.12.5',
'defusedxml>=0.4.1'
],
classifiers=[
'Intended Audience :: Developers',