comparison setup.py @ 639:45e1fdc0082c

Version bump,freeze of dependent libs. Little test update
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 02 Nov 2010 20:19:05 +0100
parents a5b1f33dcad6
children d85b0948e539
comparison
equal deleted inserted replaced
632:ac6f707d1979 639:45e1fdc0082c
2 import sys 2 import sys
3 py_version = sys.version_info 3 py_version = sys.version_info
4 4
5 requirements = [ 5 requirements = [
6 "Pylons>=1.0.0", 6 "Pylons>=1.0.0",
7 "SQLAlchemy>=0.6", 7 "SQLAlchemy==0.6.4",
8 "Mako>=0.3.2", 8 "Mako>=0.3.2",
9 "vcs==0.1.8", 9 "vcs==0.1.8",
10 "pygments>=1.3.0", 10 "pygments>=1.3.0",
11 "mercurial>=1.6", 11 "mercurial==1.6.4",
12 "whoosh==1.0.0", 12 "whoosh==1.2.5",
13 "celery>=2.0.0", 13 "celery==2.1.2",
14 "py-bcrypt", 14 "py-bcrypt",
15 "babel", 15 "babel",
16 ] 16 ]
17 17
18 classifiers = ['Development Status :: 4 - Beta', 18 classifiers = ["Development Status :: 5 - Production/Stable",
19 'Environment :: Web Environment', 19 'Environment :: Web Environment',
20 'Framework :: Pylons', 20 'Framework :: Pylons',
21 'Intended Audience :: Developers', 21 'Intended Audience :: Developers',
22 'License :: OSI Approved :: BSD License', 22 'License :: OSI Approved :: BSD License',
23 'Operating System :: OS Independent', 23 'Operating System :: OS Independent',