diff --git a/README.md b/README.md index d0e5f1a..e8c785d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/requirements.txt b/requirements.txt index fd6ebe6..8019647 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -fastapi[all]==0.95.0 -pymongo==4.3.3 -ujson~=5.7.0 +fastapi[all]==0.97.0 +pymongo==4.4.0 +ujson~=5.8.0 scipy~=1.10.1 python-magic~=0.4.27 opencv-python~=4.7.0.72