flask-vue-kubernetes icon indicating copy to clipboard operation
flask-vue-kubernetes copied to clipboard

Dependencies

Open Rashid-77 opened this issue 2 years ago • 3 comments

After 2 hours of fixing different import errors, i have removed some specific versions from server requirements. And my server container has run.

Follow lines has no versions: Flask Flask-Cors flask-migrate Flask-SQLAlchemy

This project is still relevant these days !!!

Rashid-77 avatar Oct 29 '23 13:10 Rashid-77

Here is the good requirements.txt:

flask==2.2.2
flask-sqlalchemy==3.0.2
Flask-Cors==3.0.10
flask-migrate==2.7.0
gunicorn==20.1.0
psycopg2-binary==2.8.6
Werkzeug==2.2.2

GregLebreton avatar Oct 29 '23 16:10 GregLebreton

I just removed all versions in requirements.txt... then working as expected.

Flask Flask-Cors flask-migrate Flask-SQLAlchemy gunicorn psycopg2-binary Werkzeug

JohnSunSmith avatar May 23 '24 10:05 JohnSunSmith

I just removed all versions in requirements.txt... then working as expected.

Flask Flask-Cors flask-migrate Flask-SQLAlchemy gunicorn psycopg2-binary Werkzeug

Verified!

4SVAN avatar May 30 '24 15:05 4SVAN