Issue 1: Typo in function docstring
Body:
In the get_requirements_dict function, the docstring has a typo. The word "packaging.requirements.Requirement" should be "packaging.requirements.Requirement".
The docstring in the get_requirements_dict function had a redundant and incorrect phrasing for the return type. I've corrected it to properly describe the return value as:
dict[str, packaging.requirements.Requirement]
The updated docstring now accurately reflects that the values are Requirement objects from the packaging.requirements module, and the duplication has been removed for clarity.
Let me know if you'd like me to open a PR with this fix!
perrfect open a PR
@VINEAY
Hey it's giving an error that Pull request creation failed. Validation failed: must be a collaborator
Thanks for the discussion and suggested improvements.
Hey it's giving an error that Pull request creation failed. Validation failed: must be a collaborator
I think you may have accidentally cloned the repo instead of forking it.
I have generated a pull request and it's saying that you have collaboration error
I think you made the PR from a clone of the repo instead of a fork of the repo, which is probably why you are seeing that error.
@rasbt @VINEAY perfect