Skip to content

Commit

Permalink
Put runtime dependencies in install_requires (fixes canonical#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jun 6, 2018
1 parent 3c8eeb8 commit 9d9d911
Show file tree
Hide file tree
Showing 4 changed files with 4 additions 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
1 change: 1 addition & 0 deletions test/include/python2.7
1 change: 1 addition & 0 deletions test/local/include
1 change: 1 addition & 0 deletions test/pip-selfcheck.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"last_check":"2018-06-06T08:08:49Z","pypi_version":"10.0.1"}

0 comments on commit 9d9d911

Please sign in to comment.