Skip to content

Commit

Permalink
Update/Remove some packages in requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneralYadoc committed Jul 1, 2023
1 parent b0e2951 commit ffa327c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
chatai-streamer==2.0.3
PyYAML==6.0
googletranslate-python==1.0.3
deep-translator==1.11.1
requests==2.29.0
requests==2.31.0
pydub==0.25.1
PySimpleGUI==4.60.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _requires_from_file(filename):

setup(
name="zundamonai-streamer",
version="2.0.0",
version="2.0.1",
license="MIT",
description="Zundamon with ChatGPT brain answers aloud YouTube chat messages.",
author="General Yadoc",
Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .ZundamonAIStreamerManager import *
from .ZundamonAIStreamerUI import *

__version__ = '2.0.0'
__version__ = '2.0.1'

0 comments on commit ffa327c

Please sign in to comment.