Browse Source

Change to urllib3[secure] to get certifi support

Joachim M. Giæver 4 năm trước cách đây
mục cha
commit
b5f224aaf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      snap/snapcraft.yaml

+ 1 - 1
snap/snapcraft.yaml

@@ -28,7 +28,7 @@ parts:
     source: https://github.com/home-assistant/core.git
     source-tag: ${SNAPCRAFT_PROJECT_VERSION}
     python-packages:
-      - urllib[secure]
+      - urllib3[secure]
       - setuptools
       - wheel
       - Cython