Don't pin certifi version

Signed-off-by: rany2 <rany2@riseup.net>
This commit is contained in:
rany2
2024-02-16 17:59:02 +02:00
parent 5b7add93b9
commit 09956e3a20

View File

@@ -5,6 +5,6 @@ setup(
name="edge-tts", name="edge-tts",
install_requires=[ install_requires=[
"aiohttp>=3.8.0", "aiohttp>=3.8.0",
"certifi==2023.11.17", "certifi>=2023.11.17",
], ],
) )