Skip to content

Commit

Permalink
update for multi python version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeiH4207 committed Jul 4, 2024
1 parent 71a1131 commit 40af950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loguru==0.7.2
pandas==2.2.2
bottleneck==1.3.6
googletrans==4.0.0rc1
pandas
bottleneck
openpyxl==3.1.2
requests==2.31.0
h2==3.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_requirements(path: str):
packages=find_packages(),
keywords='google translate, translation, document translation, language translation',
install_requires=get_requirements("requirements.txt"),
python_requires='>=3.9',
python_requires='>=3.8',
entry_points={
'console_scripts': [
'transipy=transipy:main'
Expand Down

0 comments on commit 40af950

Please sign in to comment.