`requirements-txt-fixer` does not remove duplicated elements
In requirements-txt-fixer if there are more than 1 requirement with the same params, the duplicates are not removed.
can you show an example?
dependency1==1.0.0
dependency2==1.0.0
dependency3==1.0.0
dependency1==1.0.0
will end up as
dependency1==1.0.0
dependency1==1.0.0
dependency2==1.0.0
dependency3==1.0.0
I am totally new to contributing on open source. If this is indeed an issue. Can I work on it?'
sure go for it, let me know if you need any help
Sick! Excited!! Let me get back if I need any help. I might be a bit slow, but I'll get it done for sure! Honestly, I don't understand much from the requirements-txt-fixer, but I'll learn it all. And I am so excited about the possibilities. This is gonna be so much fun! Thank you dude! @asottile can you assign the bug to me?