Skip to content

Commit

Permalink
Requirements.txt - Add aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
ThioJoe committed Feb 8, 2024
1 parent 62aa9f2 commit 1aa14ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# License: GPLv3
# NOTE: By contributing to this project, you agree to the terms of the GPLv3 license, and agree to grant the project owner the right to also provide or sell this software, including your contribution, to anyone under any other license, with no compensation to you.

version = '0.20.0'
version = '0.20.1'
print(f"------- 'Auto Synced Translated Dubs' script by ThioJoe - Release version {version} -------")

# Import other files
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ numpy
deepl
regex
soundfile>=0.12.1
aiohttp

0 comments on commit 1aa14ff

Please sign in to comment.