Skip to content

Commit

Permalink
Fix babelfish version for python3.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
Linekio committed Dec 12, 2024
1 parent 7454c93 commit 781dd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"babelfish==0.6.0",
"babelfish==0.6.1",
"diskcache==5.2.1",
"requests==2.25.1",
"fake-useragent==1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
babelfish==0.6.0
babelfish==0.6.1
diskcache==5.2.1
requests==2.31.0
fake-useragent==1.2.1

0 comments on commit 781dd16

Please sign in to comment.