Fix SSL not working by using certifi to find them.

This commit is contained in:
csd4ni3l
2025-07-21 14:14:56 +02:00
parent d44964b9c2
commit 385552bb08
4 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"certifi>=2025.7.14",
"pypresence>=4.3.0",
"ujson>=5.10.0",
]