3 Commits

Author SHA1 Message Date
23b8e28a35 Dropped support for Python 3.8 2025-08-22 16:43:36 +03:00
d1ab309c23 Update dependency ujson to ~=5.11.0 2025-08-20 15:21:18 +03:00
732fafb965 Update dependency scipy to ~=1.16.1,<1.17.0 2025-07-27 19:52:48 +03:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -9,5 +9,5 @@ passlib~=1.7.4
pymongo>=4.3.3
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