Skip to content

Commit

Permalink
Put runtime dependencies in install_requires (fixes #308)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Decat <[email protected]>
  • Loading branch information
pdecat committed Jun 6, 2018
1 parent 3c8eeb8 commit b7d4ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
pass

setuptools.setup(
setup_requires=[
install_requires=[
'pbr>=1.8',
'requests!=2.8.0,>=2.5.2',
# >= 0.1.5 needed for HTTP_PROXY support
Expand Down

0 comments on commit b7d4ad3

Please sign in to comment.