
- Created HTML templates for inventory index, layout, search, settings, table, user, and worklog. - Implemented utility functions for eager loading relationships in SQLAlchemy. - Added validation mixin for form submissions. - Updated project configuration files (pyproject.toml and setup.cfg) for package management.
12 lines
300 B
Text
12 lines
300 B
Text
Metadata-Version: 2.4
|
|
Name: inventory
|
|
Version: 0.1.0
|
|
Summary: A Flask app for tracking inventory.
|
|
Requires-Python: >=3.9
|
|
Requires-Dist: python-dotenv
|
|
Requires-Dist: flask
|
|
Requires-Dist: flask_sqlalchemy
|
|
Requires-Dist: pandas
|
|
Requires-Dist: pyodbc
|
|
Requires-Dist: beautifulsoup4
|
|
Requires-Dist: alembic
|