Dropped support for Python 3.8

This commit is contained in:
2025-08-22 16:43:36 +03:00
parent d1ab309c23
commit 23b8e28a35

View File

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