comparison rhodecode/__init__.py @ 2269:f1467dfcf093 beta

small issue fixes
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 15 May 2012 23:07:59 +0200
parents 790398822cad
children c9dc3cd9ce14 c9e3ea5bb59a e2dbdaf13562
comparison
equal deleted inserted replaced
2267:b872bc10f4ec 2269:f1467dfcf093
63 "python-dateutil>=1.5.0,<2.0.0", 63 "python-dateutil>=1.5.0,<2.0.0",
64 "dulwich>=0.8.5,<0.9.0", 64 "dulwich>=0.8.5,<0.9.0",
65 "webob==1.0.8", 65 "webob==1.0.8",
66 "markdown==2.1.1", 66 "markdown==2.1.1",
67 "docutils==0.8.1", 67 "docutils==0.8.1",
68 "simplejson==2.5.2",
68 ] 69 ]
69 70
70 if __py_version__ < (2, 6): 71 if __py_version__ < (2, 6):
71 requirements.append("simplejson")
72 requirements.append("pysqlite") 72 requirements.append("pysqlite")
73 73
74 if is_windows: 74 if is_windows:
75 requirements.append("mercurial>=2.2.1,<2.3") 75 requirements.append("mercurial>=2.2.1,<2.3")
76 else: 76 else: