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

added requirements.txt + dotenv #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

meuerdesign
Copy link

This pull request introduces two main changes:

Added a requirements.txt file: This will make it easier for other developers to know what dependencies they need to install to run this project. They can now install all necessary dependencies with pip install -r requirements.txt.

Outsourced Configurations to .env: I've moved all the configurations to a .env file. This makes the project more maintainable and avoids hard-coding configurations into the code itself. Please make sure to update your local .env file with the necessary keys and values.

This is my first contribution to this project, and I'm excited to make the project more user-friendly and maintainable. I'm open to any feedback and ready to make any necessary changes.

I just wanted to say thank you for the excellent work you've been doing. I've learned a lot from your content, and I appreciate your efforts in maintaining and developing stuff like this. Keep up the great work!

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.

1 participant