#  Copyright (c) 2007-2013 by Enthought, Inc.
#  All rights reserved.
""" A multi-platform object drawing library.
    Part of the Enable project of the Enthought Tool Suite.
"""
__version__ = '4.3.0'

__requires__ = [
    'traitsui',
    'Pillow',
]
