diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-03-23 12:41:06 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-03-23 12:41:06 +0000 |
commit | 7d87635b9539e5c5f263f39428c1c76385ca827a (patch) | |
tree | c38cede7a2889e4f1358319ac0a90e21a3597d33 /requirements.txt | |
parent | 88c008973044f648cf439a94299a129754140086 (diff) | |
download | steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.tar steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.tar.gz steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.tar.bz2 steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.tar.lz steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.tar.xz steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.tar.zst steve-bot-7d87635b9539e5c5f263f39428c1c76385ca827a.zip |
Add container setup
Diffstat (limited to 'requirements.txt')
-rwxr-xr-x | requirements.txt | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/requirements.txt b/requirements.txt index fedc556..6bf0648 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,18 @@ -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 -pathlib2==2.3.7.post1 -Pillow==10.2.0 -PyNaCl==1.5.0 -python-dateutil==2.8.2 -requests==2.31.0 -selenium==4.16.0 -six==1.16.0 -subprocess32==3.5.4 -youtube_dl==2021.12.17 +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 +pathlib2>=2.3.7.post1 +Pillow>=10.2.0 +PyNaCl>=1.5.0 +python-dateutil>=2.8.2 +pytz>=2024.1 +requests>=2.31.0 +selenium>=4.16.0 +six>=1.16.0 +subprocess32>=3.5.4 +youtube_dl>=2021.12.17 |