install_requires=[
"Pylons>=0.9.7",
"Genshi>=0.4",
- "MySQL-python>=1.2"
+ "MySQL-python>=1.2",
+ "AuthKit>=0.4.3,<=0.4.99",
+ "SQLAlchemy>=0.5",
+ "lxml>=2.2",
+ # "matplotlib>=0.9",
+ "Babel>=0.9"
],
setup_requires=["PasteScript>=1.6.3"],
packages=find_packages(exclude=['ez_setup']),