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 dependencies to requirements.txt, Create .gitignore and fix repository pollution #14

Closed
wants to merge 1 commit into from

Conversation

paramsiddharth
Copy link

Closes #13: Add dependencies to requirements.txt and create .gitignore

Improvements

  • I completed the incomplete requirements.txt file, such that the dependencies may be installed by execitong

    pip install -r requirements.txt
  • I created the .gitignore file and removed pollutants from commit cache. I also made sure the flask_session directory is allowed to persist by adding a flask_session/.empty file to the commit and making sure .gitignore doesn't exclude it.'

Tasks

  • Complete requirements.txt.
  • Add .gitignore.
  • Remove pollutants by deleting them from the new commit (git rm --cached <...>).

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.

Add dependencies to requirements.txt and create .gitignore
2 participants