2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

add requests to requirements

This commit is contained in:
Pratik Vyas 2014-07-21 19:06:31 +05:30
parent b935debb9c
commit 37a3e90690

View File

@ -12,6 +12,7 @@ setup(
'Click',
'jinja2',
'virtualenv',
'requests',
'honcho'
],
entry_points='''