Implement PhotoAttachable interface in Inventory, User, and WorkLog models; add photo upload API endpoint with file handling and attachment logic.

This commit is contained in:
Yaro Kasear 2025-07-11 09:21:31 -05:00
parent 92dce08d1c
commit e1cb99f2d1
7 changed files with 101 additions and 7 deletions

View file

@ -4,13 +4,14 @@ version = "0.1.0"
description = "A Flask app for tracking inventory."
requires-python = ">=3.9"
dependencies = [
"python-dotenv",
"alembic",
"beautifulsoup4",
"flask",
"flask_sqlalchemy",
"pandas",
"pyodbc",
"beautifulsoup4",
"alembic"
"python-dotenv",
"Werkzeug"
]
[build-system]