Skip to content

Commit

Permalink
fix postrational#15 access db error since info.database can't be set
Browse files Browse the repository at this point in the history
refer to: https://stackoverflow.com/questions/66647787/attributeerror-cant-set-attribute-when-connecting-to-sqlite-database-with-flas

sqlalchemy version should be set as 1.3.x, rather than 1.4.x by default now
  • Loading branch information
wu-wenxiang committed Aug 10, 2021
1 parent aee4dab commit 53b9bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flask-restplus==0.9.2
Flask-SQLAlchemy==2.1
sqlalchemy==1.3.23
Werkzeug==0.16.1

0 comments on commit 53b9bf5

Please sign in to comment.