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

Add requirements.txt #1

Merged
merged 2 commits into from
Feb 4, 2025
Merged

Add requirements.txt #1

merged 2 commits into from
Feb 4, 2025

Conversation

volt2054
Copy link
Contributor

@volt2054 volt2054 commented Feb 3, 2025

Add missing requirements.txt file

@toazd
Copy link

toazd commented Feb 3, 2025

There's a syntax error on the second line, this works for me (two == instead of one):

change:
Flask==3.1.0
flask_session=0.8.0

to:
Flask==3.1.0
flask_session==0.8.0

@volt2054
Copy link
Contributor Author

volt2054 commented Feb 4, 2025

Sorry about that. I've updated the PR now.

@qusaismael
Copy link
Owner

nice addition, need to change the ReadMe installation steps now as well

@marcelol
Copy link

marcelol commented Feb 4, 2025

Need to update the repo to include "requirements.txt" and the PR still has "=" instead of "==".

@qusaismael qusaismael merged commit 6748b2e into qusaismael:main Feb 4, 2025
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

Successfully merging this pull request may close these issues.

4 participants