Add Default Quantity to Product object

This commit is contained in:
2022-07-12 14:31:54 -07:00
parent ce48066b6e
commit 01a388aa08
4 changed files with 50 additions and 102 deletions

View File

@@ -16,6 +16,7 @@ Flask-Cors = "^3.0.10"
alembic = "^1.8.0"
SQLAlchemy = "^1.4.39"
Flask-Migrate = "^3.1.0"
marshmallow = "^3.17.0"
[tool.poetry.dev-dependencies]
coverage = "^6.4.1"