Skip to content

Commit f8a383a

Browse files
committed
add lib dependencies
1 parent aeeb4f6 commit f8a383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
keywords = ["flask", "trace", "api"]
2222
dependencies = [
23-
"urllib3"
23+
'urllib3>=1.26.16; python_version >="3.6"'
2424
]
2525
requires-python = ">=3.6"
2626

0 commit comments

Comments
 (0)