Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#1786 from reyoung/feature/add_request…
Browse files Browse the repository at this point in the history
…_deps

Paddle need requests package to download file.
Fixed PaddlePaddle#1956
  • Loading branch information
reyoung authored May 2, 2017
2 parents 896b9c5 + c9ba6f0 commit b097f3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit b097f3e

Please sign in to comment.