Compare commits
27 Commits
Author | SHA1 | Date | |
---|---|---|---|
23b8e28a35
|
|||
d1ab309c23
|
|||
732fafb965
|
|||
d4b73f8f88
|
|||
2318c416d8
|
|||
13d552cb57 | |||
0dc0c8fc30 | |||
bacba25d9f
|
|||
31397498d4
|
|||
15793ce24d | |||
4a92ac82b9
|
|||
2ff2890c5d | |||
d72ad95983 | |||
53ae39f715 | |||
03e83563dd | |||
419901c6b6 | |||
40b8f18b71 | |||
fbd63e0df5 | |||
3751b9cf76 | |||
a36032b251 | |||
e0da6332f0 | |||
9a9bcf9779 | |||
933185fff7 | |||
7299980bce | |||
da04319bd9 | |||
d9d65821c3 | |||
7907c95cb8 |
@@ -9,7 +9,7 @@ Small and simple API server for saving photos and videos.
|
||||
|
||||
## 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)
|
||||
* [exiftool](https://exiftool.org)
|
||||
* [jpegoptim](https://github.com/tjko/jpegoptim)
|
||||
|
@@ -2,12 +2,12 @@ aiofiles==24.1.0
|
||||
apscheduler~=3.11.0
|
||||
async_pymongo==0.1.11
|
||||
exif==1.6.1
|
||||
fastapi[all]==0.115.6
|
||||
fastapi[all]==0.116.1
|
||||
mongodb-migrations==1.3.1
|
||||
opencv-python~=4.10.0.82
|
||||
opencv-python~=4.12.0.88
|
||||
passlib~=1.7.4
|
||||
pymongo>=4.3.3
|
||||
python-jose[cryptography]~=3.3.0
|
||||
python-jose[cryptography]~=3.4.0
|
||||
python-magic~=0.4.27
|
||||
scipy~=1.13.0,<1.14.0
|
||||
ujson~=5.10.0
|
||||
scipy~=1.16.1,<1.17.0
|
||||
ujson~=5.11.0
|
Reference in New Issue
Block a user