* 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] <support@github.com>

* Update README.md

match statement in subreddit.py (line 44) requires python 3.10

* Update README.md

Signed-off-by: dependabot[bot] <support@github.com>
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 <jasoncameron.all@gmail.com>
Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
pull/1380/head
LukachoLombardi 2 years ago committed by GitHub
parent 7a94491a09
commit 3a03a7d97b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

@ -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

Loading…
Cancel
Save