Commit 3a10877b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

do not include too many requirements that are only required for unit tests.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42144 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3cbe2f62
......@@ -16,7 +16,7 @@ install_require_list = [
'WSGIUtils',
'psutil>=0.2.0',
'lxml',
'python-magic',
# 'python-magic', # required for unit tests only
]
if sys.version_info < (2, 7):
install_require_list.append('argparse')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment