Skip to content

Commit

Permalink
Updated the library versions, which fixed bug #7
Browse files Browse the repository at this point in the history
  • Loading branch information
Montvydas committed Feb 24, 2023
1 parent 7a2562d commit e48320b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pysubs2==1.0.0
pysubs2==1.6.0
googletrans==3.1.0a0
google-trans-new==1.1.9
chardet==3.0.4
requests==2.27.1
requests==2.28.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
keywords=['SUBTITLES', 'TRANSLATE'],
packages=find_packages(),
install_requires=[
'pysubs2==1.0.0',
'pysubs2==1.6.0',
'googletrans==3.1.0a0',
'google-trans-new==1.1.9',
'chardet==3.0.4',
'requests==2.27.1',
'requests==2.28.2',
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4

0 comments on commit e48320b

Please sign in to comment.