summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f58484f..c05fe39 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,7 @@ setup(
name='reconfigure',
version=__version__,
install_requires=[
- 'chardet',
- 'six',
+ 'chardet'
],
description='An ORM for config files',
license='LGPLv3',