diff --git a/setup.py b/setup.py index 50a74b3..d0da9a7 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,6 @@ setup( name="edge-tts", install_requires=[ "aiohttp>=3.8.0", - "certifi==2023.11.17", + "certifi>=2023.11.17", ], )