This commit is contained in:
Nate Prewitt
2023-05-03 08:39:44 -07:00
committed by GitHub
parent f2629e9e3c
commit 2ad18e0e10
4 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ if sys.argv[-1] == "publish":
requires = [
"charset_normalizer>=2,<4",
"idna>=2.5,<4",
"urllib3>=1.21.1,<1.27",
"urllib3>=1.21.1,<3",
"certifi>=2017.4.17",
]
test_requirements = [