提交 b097f3e5 编写于 作者: Y Yu Yang 提交者: GitHub

Merge pull request #1786 from reyoung/feature/add_request_deps

Paddle need requests package to download file.
Fixed #1956
......@@ -13,6 +13,9 @@ packages=['paddle',
setup(name='paddle',
version='${PADDLE_VERSION}',
description='Parallel Distributed Deep Learning',
install_requires=[
"requests",
],
packages=packages,
package_dir={
'': '${CMAKE_CURRENT_SOURCE_DIR}'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册