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 and update .gitignore #229

Closed
wants to merge 2 commits into from

Conversation

KagemaNjoroge
Copy link

Summary of Changes

This pull request introduces two key changes:

  1. Addition of requirements.txt: A requirements.txt file has been added to document and track project dependencies. The file includes the necessary packages identified through experimentation and resolving missing dependencies.

  2. Update to .gitignore: The .gitignore file has been updated to exclude virtual environment folders (virtualenv, virt, venv), ensuring they are not included in version control.

Context

While experimenting with the project, I identified and resolved missing dependencies by creating a virtual environment. To maintain a standardized list of dependencies and to enhance project reproducibility, I added a requirements.txt file. Additionally, I updated the .gitignore file to exclude virtual environment folders.

Checklist

  • Added requirements.txt
  • Updated .gitignore

Please review and merge these changes. Thank you!
@A91y @ImgBotApp @hDmtP @bishalde @SHASHANK8O9

Created requirements.txt to document and track project dependencies. The file includes the necessary packages based on experimentation and resolving missing dependencies. Virtual environment folders (virtualenv, virt, venv) are now excluded from version control.
Copy link

vercel bot commented Feb 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
apna-bharat-bus-booking-reservation-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 2, 2024 4:11pm

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.

2 participants