From e2d6acbadf4474b4241802735637a6968796284a Mon Sep 17 00:00:00 2001 From: vijaya-sahithi <52702748+vijaya-sahithi@users.noreply.github.com> Date: Thu, 1 Sep 2022 16:01:52 +0530 Subject: [PATCH 1/2] Print Statement has changed --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index e3cb6d1..af5ef37 100644 --- a/manage.py +++ b/manage.py @@ -20,7 +20,7 @@ def run(): @manager.command def init_db(): - print("Creating all resources.") + print("Creating all available resources.") db.create_all() From 2143493cfbbaca5cde5417c0492bef93d8e285a6 Mon Sep 17 00:00:00 2001 From: vijaya-sahithi <52702748+vijaya-sahithi@users.noreply.github.com> Date: Thu, 1 Sep 2022 11:24:32 +0000 Subject: [PATCH 2/2] version updatemm --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 961e73e..87e8a79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ itsdangerous==1.1.0 Jinja2==2.10.1 jsonschema==3.0.2 MarkupSafe==1.1.1 -marshmallow==3.2.0 +marshmallow==6.0 mypy-extensions==0.4.1 numpy==1.17.0 pandas==0.25.0