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 a dependency management file for easier setup #24

Open
ShivamGupta-16 opened this issue Mar 3, 2025 · 1 comment
Open

Add a dependency management file for easier setup #24

ShivamGupta-16 opened this issue Mar 3, 2025 · 1 comment

Comments

@ShivamGupta-16
Copy link

I noticed that the project does not contain a 'requirements.txt', 'setup.py' or 'pyproject.toml' file.
Adding one would make it easier for new contributors to set up the project and install dependencies quickly.

Would you prefer:

  1. A 'requirements.txt' file (using 'pip freeze' or 'pipreqs' to list dependencies).
  2. A 'pyproject.toml' file (using Poetry for modern dependency management).

Let me know how you'd like me to proceed, and I'd be happy to create a PR!

@pingluuu
Copy link

pingluuu commented Mar 5, 2025

I wrote this issue in my proposal as well, I think adding a 'requirements.txt' file will help every developer setting on the same page.

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

2 participants