[SECURITY] Use defusedcsv for exports

This commit is contained in:
Raphael Michel
2017-08-21 15:14:44 +02:00
parent bab092f04b
commit a2c1413036
5 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ setup(
'vobject==0.9.*',
'pycountry',
'django-countries',
'pyuca'
'pyuca',
'defusedcsv'
],
extras_require={
'dev': [