Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit ce97c25

Browse files
authored
Require wrapt on requests option install (#432)
1 parent d0fbdb9 commit ce97c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
extras = {
2020
"stackdriver": ['google-cloud-trace>=0.20.1, <0.30'],
21-
"prometheus_client": ['prometheus_client==0.3.1']
21+
"prometheus_client": ['prometheus_client==0.3.1'],
22+
"requests": ['wrapt==1.10.11']
2223
}
2324

2425
install_requires = [

0 commit comments

Comments
 (0)