This commit introduces several user management functionalities, including the ability to create, update, and delete users through a new API. The frontend has been updated to include a Manage Users page, allowing admins to manage user accounts effectively. Additionally, a password change feature has been implemented, requiring users to change their passwords upon first login. The reported photos functionality has been added, enabling admins to review and manage reported content. Documentation has been updated to reflect these changes.
23 lines
459 B
Plaintext
23 lines
459 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.30.6
|
|
pydantic==2.9.1
|
|
SQLAlchemy==2.0.36
|
|
psycopg2-binary==2.9.9
|
|
redis==5.0.8
|
|
rq==1.16.2
|
|
python-jose[cryptography]==3.3.0
|
|
python-multipart==0.0.9
|
|
python-dotenv==1.0.0
|
|
bcrypt==4.1.2
|
|
# PunimTag Dependencies - DeepFace Implementation
|
|
# Core Dependencies
|
|
numpy>=1.21.0
|
|
pillow>=8.0.0
|
|
click>=8.0.0
|
|
setuptools>=40.0.0
|
|
|
|
# DeepFace and Deep Learning Stack
|
|
deepface>=0.0.79
|
|
tensorflow>=2.13.0
|
|
opencv-python>=4.8.0
|
|
retina-face>=0.0.13 |