Skip to content

Commit

Permalink
Don't pin certifi version
Browse files Browse the repository at this point in the history
Signed-off-by: rany2 <[email protected]>
  • Loading branch information
rany2 committed Feb 16, 2024
1 parent 5b7add9 commit 09956e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
name="edge-tts",
install_requires=[
"aiohttp>=3.8.0",
"certifi==2023.11.17",
"certifi>=2023.11.17",
],
)

0 comments on commit 09956e3

Please sign in to comment.