79313990

Date: 2024-12-28 14:58:08
Score: 1.5
Natty:
Report link

I found the reason. For some reason, the appropriate module was not put into the requirements.txt by PyCharm. I manually added it (Flask-SQLAlchemy~=3.1.1) and all works.

`
gunicorn~=23.0.0
psycopg~=3.2.3
psycopg2~=2.9.10
Flask~=3.1.0
SQLAlchemy~=2.0.36
Flask-SQLAlchemy~=3.1.1
`
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ElvisJr