Skip to content

Commit

Permalink
Add requests as a hard dependency to integration (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Aug 1, 2022
1 parent de44767 commit 8200ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/opencensus-ext-requests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Add `requests` library as a hard dependency
([#1146](https://github.com/census-instrumentation/opencensus-python/pull/1146))

## 0.7.5
Released 2021-05-13

Expand Down
1 change: 1 addition & 0 deletions contrib/opencensus-ext-requests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.9.dev0, < 1.0.0',
'requests >= 2.19.0, < 3.0.0',
'wrapt >= 1.0.0, < 2.0.0',
],
extras_require={},
Expand Down

0 comments on commit 8200ad0

Please sign in to comment.