Add xtraceback dependency in setup.py

This commit is contained in:
Jérôme Schneider 2012-03-02 17:23:03 +01:00
parent a4ad31583c
commit e1ec00b7ba
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setup(name="mandaye",
'sqlalchemy>=0.6',
'sqlalchemy-migrate>=0.7.2',
'lxml>=2.0',
'xtraceback>=0.3',
'static',
],
)