Skip to content

Commit

Permalink
update setup.py to reflect kiwisolver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sccolbert committed Jan 9, 2014
1 parent 6e86d17 commit 4dfe2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 4dfe2de

Please sign in to comment.