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:
parent
92dce08d1c
commit
e1cb99f2d1
7 changed files with 101 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue