Skip to content
New issue

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

Dependencies #32

Open
Rashid-77 opened this issue Oct 29, 2023 · 3 comments
Open

Dependencies #32

Rashid-77 opened this issue Oct 29, 2023 · 3 comments

Comments

@Rashid-77
Copy link

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
Copy link

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
Copy link

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

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

@4SVAN
Copy link

4SVAN commented May 30, 2024

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

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

Verified!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants