From 4dfe2deaf1b30d374f5e67b8d61edfdf681dc29d Mon Sep 17 00:00:00 2001 From: Chris Colbert Date: Thu, 9 Jan 2014 17:05:47 -0500 Subject: [PATCH] update setup.py to reflect kiwisolver dependency --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cf778302c..8810f9c60 100644 --- a/setup.py +++ b/setup.py @@ -72,8 +72,8 @@ url='https://github.com/nucleic/enaml', description='Declarative DSL for building rich user interfaces in Python', long_description=open('README.rst').read(), - requires=['atom', 'PyQt', 'ply', 'casuarius'], - install_requires=['distribute', 'atom >= 0.3.5', 'casuarius >= 1.1', 'ply >= 3.4'], + requires=['atom', 'PyQt', 'ply', 'kiwisolver'], + install_requires=['distribute', 'atom >= 0.3.5', 'kiwisolver >= 0.1', 'ply >= 3.4'], packages=find_packages(), package_data={ 'enaml.applib': ['*.enaml'],