summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Khyn <thomas@ksytek.com>2014-08-25 14:49:25 +1200
committerThomas Khyn <thomas@ksytek.com>2014-08-25 14:49:40 +1200
commite7acbf0e4e3a5ad0ee41b6958b523d8bae38465b (patch)
treec9e7fbf67af9876b08d021346319df7cfd8d6176 /setup.py
parent683630495cd7a3e5680c6adb70dfcc53dea24e77 (diff)
downloadpyscss-e7acbf0e4e3a5ad0ee41b6958b523d8bae38465b.tar.gz
Adds requirement for enum34 if python version is < 3.4
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',