Temerold

Results 3 issues of Temerold

I want the pipreqs library itself to the requirements file, but without importing it anywhere. Is there any way to do this? Also, I'd rather not add it manually.

By using the --extra option, users can add custom packages to the `requirements.txt` file, like so: `$ pipreqs --extra pipreqs,example` This command generates the correct file, alphabetized and all, including...