diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -87,6 +87,7 @@ setup( extras_require={ 'XEP-0363': ['aiohttp'], 'XEP-0444 compliance': ['emoji'], + 'Safer XML parsing': ['defusedxml'], }, classifiers=CLASSIFIERS, cmdclass={'test': TestCommand} |