Merge pull request 'Updated dependencies and Python version' (#10) from dev into master

Reviewed-on: #10
This commit is contained in:
Profitroll 2023-06-22 13:51:44 +03:00
commit b51026b200
2 changed files with 4 additions and 4 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)

View File

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