Merge pull request 'Updated dependencies and Python version' (#10) from dev into master
Reviewed-on: #10
This commit is contained in:
commit
b51026b200
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user