From 3a03a7d97be2b12c0b42e68ce66a58ab266a0265 Mon Sep 17 00:00:00 2001 From: LukachoLombardi <56646019+LukachoLombardi@users.noreply.github.com> Date: Sat, 10 Dec 2022 14:41:07 +0100 Subject: [PATCH] Patch 1 (#1372) * Update README.md (#1305) * Update pillow requirement from ~=9.1.1 to ~=9.3.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update README.md match statement in subreddit.py (line 44) requires python 3.10 * Update README.md Signed-off-by: dependabot[bot] Co-authored-by: Jacoboleary <66446252+Jacoboleary@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jason Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com> --- README.md | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9095588..d731456 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The only original thing being done is the editing and gathering of all materials ## Requirements -- Python 3.9+ +- Python 3.10 - Playwright (this should install automatically in installation) ## Installation 👩‍💻 @@ -70,6 +70,7 @@ In its current state, this bot does exactly what it needs to do. However, improv I have tried to simplify the code so anyone can read it and start contributing at any skill level. Don't be shy :) contribute! - [ ] Creating better documentation and adding a command line interface. +- [ ] Allowing the user to choose background music for their videos. - [x] Allowing users to choose a reddit thread instead of being randomized. - [x] Allowing users to choose a background that is picked instead of the Minecraft one. - [x] Allowing users to choose between any subreddit. diff --git a/requirements.txt b/requirements.txt index a2ccadf..e3d4336 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ rich==12.5.1 toml==0.10.2 translators==5.3.1 pyttsx3==2.90 -Pillow~=9.1.1 +Pillow~=9.3.0 tomlkit==0.11.4 Flask==2.2.2