Refactor HTTP client usage to utilize truststore for SSL context
This commit is contained in:
@@ -9,6 +9,7 @@ dependencies = [
|
||||
"httpx",
|
||||
"platformdirs",
|
||||
"readchar",
|
||||
"truststore>=0.10.4",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
@@ -19,4 +20,4 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/specify_cli"]
|
||||
packages = ["src/specify_cli"]
|
||||
|
||||
Reference in New Issue
Block a user