2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

fix gitpython version, fix #54

This commit is contained in:
Pratik Vyas 2014-09-06 20:53:12 +05:30
parent 4870f15a9e
commit 4e348490b7

View File

@ -15,7 +15,7 @@ setup(
'requests',
'honcho',
'semantic_version',
'GitPython==0.3.2'
'GitPython==0.3.2.RC1'
],
entry_points='''
[console_scripts]