Compare commits
2 Commits
06f81652b7
...
f09a48626f
| Author | SHA1 | Date | |
|---|---|---|---|
| f09a48626f | |||
| 22c3e76fc9 |
3
BUGs
3
BUGs
@@ -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!
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user