Files @ 17556a81ec6f
Branch filter:

Location: kallithea/requires.txt

Stefan Engel
Make detecting bare Git repositories more robust

Git remote repositories may end on '.git', e.g. myrepo.git. Just checking
for a repository path to end on '.git' causes 'Repository not found' errors
in such a case. To distinguish between bare and normal Git repositories,
check if there is a '/.git' part at the end of the repository path
(i.e. if GIT_DIR is pointing to '.' (bare) or '.git').
waitress==0.8.1
webob==1.0.8
Pylons==1.0.0
Beaker==1.6.4
WebHelpers==1.3
formencode==1.2.4
SQLAlchemy==0.7.8
Mako==0.7.2
pygments>=1.5
whoosh>=2.4.0,<2.5
celery>=2.2.5,<2.3
babel
python-dateutil>=1.5.0,<2.0.0
dulwich>=0.8.5,<0.9.0
markdown==2.1.1
docutils==0.8.1
simplejson==2.5.2
mock
py-bcrypt
mercurial==2.3.0