comparison setup.py @ 635:fd63782c4426 beta

Fixed age, for new vcs implementation. Removed all obsolete date formatters Added simplegit middleware. fixed deps added scm type icon to main page
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 25 Oct 2010 03:19:01 +0200
parents a5b1f33dcad6
children 19494bbd0aa1
comparison
equal deleted inserted replaced
634:0d18cf02278a 635:fd63782c4426
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.5",
9 "vcs==0.1.8", 9 "vcs==0.1.10",
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.1.0",
13 "celery>=2.0.0", 13 "celery==2.1.1",
14 "py-bcrypt", 14 "py-bcrypt",
15 "babel", 15 "babel",
16 ] 16 ]
17 17
18 classifiers = ['Development Status :: 4 - Beta', 18 classifiers = ['Development Status :: 4 - Beta',