Skip to content

Commit b7d4ad3

Browse files
committed
Put runtime dependencies in install_requires (fixes canonical#308)
Signed-off-by: Patrick Decat <[email protected]>
1 parent 3c8eeb8 commit b7d4ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
pass
2626

2727
setuptools.setup(
28-
setup_requires=[
28+
install_requires=[
2929
'pbr>=1.8',
3030
'requests!=2.8.0,>=2.5.2',
3131
# >= 0.1.5 needed for HTTP_PROXY support

0 commit comments

Comments
 (0)