From 1a9fca9e1f353cb209751e1a41413921b7514f85 Mon Sep 17 00:00:00 2001 From: klimuntowskirafal <51902773+klimuntowskirafal@users.noreply.github.com> Date: Thu, 5 May 2022 18:11:46 +0200 Subject: [PATCH] Update requirements.txt requirements update as per thread https://stackoverflow.com/questions/66647787/attributeerror-cant-set-attribute-when-connecting-to-sqlite-database-with-flas --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d78cc59..ad04d44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Flask==1.1.2 Flask-Migrate==2.5.3 -Flask-SQLAlchemy==2.4.4 +Flask-SQLAlchemy>=2.5