summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5a798160..26efe9e8 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,8 @@ setup(
'twisted>=10.2.0',
'python-magic',
'configobj>=4.7.0',
- 'gpg'
+ 'gpg',
+ 'chardet',
],
tests_require=[
'mock',