diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-08-04 13:53:42 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-08-04 13:53:42 +0000 |
commit | acfbb761379f6f27a1c4740b74ba6758942780fc (patch) | |
tree | b96cb8178531af401f6e73124e2c0350e48427fd /requirements.txt | |
parent | a739140c048d8dc8222fe529fd35019319c6f3ed (diff) | |
download | steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.gz steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.bz2 steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.lz steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.xz steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.tar.zst steve-bot-acfbb761379f6f27a1c4740b74ba6758942780fc.zip |
Containerfile: remove support for trans.py
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 208debd..0b98e40 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,12 @@ discord.py>=2.3.2 colorama>=0.4.6 GitPython>=3.1.31 -google-api-core>=2.11.0 -google-auth>=2.16.2 -google-cloud-core>=2.4.1 -google-cloud-translate>=3.14.0 -googleapis-common-protos>=1.58.0 +# TODO: Remove trans.py +# google-api-core>=2.11.0 +# google-auth>=2.16.2 +# google-cloud-core>=2.4.1 +# google-cloud-translate>=3.14.0 +# googleapis-common-protos>=1.58.0 pathlib2>=2.3.7.post1 Pillow>=10.2.0 PyNaCl>=1.5.0 |