Skip to content

Commit

Permalink
Define an upper-bound for all SemVer dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed Nov 22, 2024
1 parent d0e201a commit 7be148b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
setup(
name="edge-tts",
install_requires=[
"aiohttp>=3.8.0",
"aiohttp>=3.8.0,<4.0.0",
"certifi>=2023.11.17",
"srt>=3.4.1",
"tabulate>=0.4.4",
"typing-extensions>=4.1.0",
"srt>=3.4.1,<4.0.0",
"tabulate>=0.4.4,<1.0.0",
"typing-extensions>=4.1.0,<5.0.0",
],
)

0 comments on commit 7be148b

Please sign in to comment.