We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 !!!
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I just removed all versions in requirements.txt... then working as expected.
Flask Flask-Cors flask-migrate Flask-SQLAlchemy gunicorn psycopg2-binary Werkzeug
I just removed all versions in requirements.txt... then working as expected. Flask Flask-Cors flask-migrate Flask-SQLAlchemy gunicorn psycopg2-binary Werkzeug
Verified!
No branches or pull requests
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 !!!
The text was updated successfully, but these errors were encountered: