Skip to content

Commit

Permalink
Keep pbr dependency in setup_requires (fixes #308, follows #309) (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Decat <pdecat@gmail.com>
  • Loading branch information
pdecat authored and ajkavanagh committed Jun 8, 2018
1 parent fd4d999 commit 4b8ab18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
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 4b8ab18

Please sign in to comment.