Python min version is now 3.8

Due to a bump of ujson to 5.8.0, version of Python supported is risen to 3.8
This commit is contained in:
Profitroll 2023-06-11 12:28:32 +03:00
parent 5de935cd21
commit 36169b0e77
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Small and simple API server for saving photos and videos.
## Dependencies
* [Python 3.7+](https://www.python.org) (3.9+ recommended)
* [Python 3.8+](https://www.python.org) (3.9+ recommended)
* [MongoDB](https://www.mongodb.com)
* [exiftool](https://exiftool.org)
* [jpegoptim](https://github.com/tjko/jpegoptim)