testdrivenio / flask-vue-kubernetes

Flask + Vue + Postgres + Docker + Kubernetes
MIT License
350 stars 144 forks source link

Dependencies #32

Open Rashid-77 opened 8 months ago

Rashid-77 commented 8 months ago

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 !!!

GregLebreton commented 8 months ago

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
JohnSunSmith commented 1 month ago

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

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

4SVAN commented 1 month ago

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

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

Verified!