From 116c01d208a5755ad9187aa8669ff839006688e9 Mon Sep 17 00:00:00 2001 From: Matej Dujava Date: Thu, 29 Jan 2026 10:13:48 +0100 Subject: [PATCH] add pip-system-certs, that will automaticly use system tls ca --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pipfile b/Pipfile index f2ed6d25..3afd0989 100644 --- a/Pipfile +++ b/Pipfile @@ -9,6 +9,8 @@ types-braintree = "*" types-stripe = "*" types-Pillow = "*" black = "*" +# this will use system ca-bundle +pip-system-certs = "*" # Have commented out python-language-server to make it available quickly # for the development #python-language-server = "*"