Skip to content

Commit

Permalink
Keep pbr dependency in setup_requires (fixes canonical#308, follows c…
Browse files Browse the repository at this point in the history
…anonical#309)

Signed-off-by: Patrick Decat <[email protected]>
  • Loading branch information
pdecat committed Jun 8, 2018
1 parent fd4d999 commit 2f8a3be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
pass

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

0 comments on commit 2f8a3be

Please sign in to comment.