summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index a3993f1..8768c8a 100644
--- a/setup.py
+++ b/setup.py
@@ -98,9 +98,7 @@ def run_setup(with_binary):
"Topic :: Text Processing :: Markup",
"Topic :: Software Development :: Libraries :: Python Modules"
],
- install_requires=[
- 'six',
- ],
+ install_requires=INSTALL_REQUIRES,
packages=[
'scss',
'scss.functions',