You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
A 'requirements.txt' file (using 'pip freeze' or 'pipreqs' to list dependencies).
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!
The text was updated successfully, but these errors were encountered:
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:
Let me know how you'd like me to proceed, and I'd be happy to create a PR!
The text was updated successfully, but these errors were encountered: