Compare commits

..

2 Commits

2 changed files with 4 additions and 2 deletions

3
BUGs
View File

@@ -1,4 +1,5 @@
### Next: 147 ### Next: 148
BUG-147: cant change base path in settings anymore?
BUG-146: with an empty DB, I See 'No files in Path!' twice (for file*, except for files_rbp) BUG-146: with an empty DB, I See 'No files in Path!' twice (for file*, except for files_rbp)
BUG-118: can move files from Bin path, but it leaves the del_file entry for it - need to remove it BUG-118: can move files from Bin path, but it leaves the del_file entry for it - need to remove it
BUG-117: when search returns files that can be deleted and/or restored, the icon stays as delete and tries to delete! BUG-117: when search returns files that can be deleted and/or restored, the icon stays as delete and tries to delete!

View File

@@ -1,5 +1,5 @@
numpy==1.26.4 numpy==1.26.4
setuptools setuptools<70.0.0
flask flask
flask_login flask_login
flask-ldap3-login flask-ldap3-login
@@ -17,6 +17,7 @@ datetime
pytz pytz
dlib dlib
face_recognition face_recognition
face_recognition_models @ git+https://github.com/ageitgey/face_recognition_models
Werkzeug Werkzeug
flask-compress flask-compress
ffmpeg-python ffmpeg-python