Add python-certifi as dependency

This commit is contained in:
2026-04-07 18:56:23 +03:00
parent 1e262b13a1
commit 999338eed0
+2 -2
View File
@@ -1,7 +1,7 @@
name: python-requests name: python-requests
description: HTTP for Humans description: HTTP for Humans
version: 2.33.1 version: 2.33.1
revision: 1 revision: 2
url: https://requests.readthedocs.io/en/latest/ url: https://requests.readthedocs.io/en/latest/
license: Apache-2.0 license: Apache-2.0
maintainers: maintainers:
@@ -9,7 +9,7 @@ maintainers:
architecture: any architecture: any
type: source type: source
depends: depends:
- ca-certificates - python-certifi
- python-charset-normalizer - python-charset-normalizer
- python-idna - python-idna
- python-urllib3 - python-urllib3