2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

add requirements for release

This commit is contained in:
Pratik Vyas 2014-09-05 15:59:06 +05:30
parent 98c1949120
commit 4870f15a9e

View File

@ -13,7 +13,9 @@ setup(
'jinja2',
'virtualenv',
'requests',
'honcho'
'honcho',
'semantic_version',
'GitPython==0.3.2'
],
entry_points='''
[console_scripts]