We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057b136 commit 447e30fCopy full SHA for 447e30f
setup.py
@@ -23,7 +23,7 @@
23
package_data={"sentry_sdk": ["py.typed"]},
24
zip_safe=False,
25
license="BSD",
26
- install_requires=["urllib3", "certifi"],
+ install_requires=["urllib3>=1.9", "certifi"],
27
extras_require={
28
"flask": ["flask>=0.8", "blinker>=1.1"],
29
"bottle": ["bottle>=0.12.13"],
0 commit comments