Skip to content

Commit

Permalink
Add chameleon as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
amarandon committed Oct 15, 2013
1 parent 62919df commit ecec962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()

requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel',
'zope.component']
'zope.component', 'chameleon']

version = '0.4.4dev'

Expand Down

0 comments on commit ecec962

Please sign in to comment.