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
description: HTTP for Humans
version: 2.33.1
revision: 1
revision: 2
url: https://requests.readthedocs.io/en/latest/
license: Apache-2.0
maintainers:
@@ -9,7 +9,7 @@ maintainers:
architecture: any
type: source
depends:
- ca-certificates
- python-certifi
- python-charset-normalizer
- python-idna
- python-urllib3