setup.py: fix dependencies

This commit is contained in:
Jérôme Schneider 2013-10-17 14:17:28 +02:00
parent 6cf83e4822
commit 4d11f663c1
1 changed files with 1 additions and 2 deletions

View File

@ -10,11 +10,10 @@ from setuptools import setup, find_packages
from sys import version
install_requires=[
'alembic>=0.4',
'beaker>=1.6',
'gunicorn>=0.13',
'mako>=0.3',
'poster>=0.8',
'pycrypto>=2.0',
'sqlalchemy>=0.6',
'lxml>=2.0',
'xtraceback>=0.3',