- Implement '--mode' (Jake Teo, Jerome Chan)
- Implement '--clean' and '--diff' (kxrd)
- Exclude concurrent{,.futures} from stdlib if py2 (kxrd)
- BUG: remove package/version duplicates
- Style: pep8
- Fixed the --pypi-server option
- Remove Spaces in output
- Add package to output even without version
- Fix duplicated lines in requirements.txt (Dmitry Pribysh)
- Added ignore option (Nick Rhinehart)
- Walk Abstract Syntax Tree to find imports (Kay Sackey)
- Fix regex for docstring comments (#35)
- Add more package mapping
- fix(pipreqs/mapping): remove pylab reference to matplotlib
- Remove comments """ before going through imports
- Update proxy documentation
- fixed lint warnings (EJ Lee)
- add --encoding parameter for open() (EJ Lee)
- support windows directory separator (EJ Lee)
- Add --proxy option
- Add --pypi-server option
- Ignore irreverent directory when generating requirement.txt (Lee Wei)
- Modify logging level of "Requirement.txt already exists" to warning (Lee Wei)
- Add --force option as a protection for overwrites
- Fix exception when 'import' is used inside package name #17
- Add more tests
- Fix exception when 'import' is used in comments #17
- Fix duplicate entries in requirements.txt
- Refactoring
- fix "import as"
- Fix multiple alias imports on the same line (Tiago Costa)
- More package mappings
- Add ImportName -> PackageName mapping
- More tests
- Fix for TypeError for implicit conversion
- Add --use-local option
- Exclude relative imports. (Dongwon Shin)
- Use "latest_release_id" instead of "release_ids[-1]" (Dongwon Shin)
- Output tuning (Harri Berglund)
- Use str.partition() to simplify the logic (cclaus)
- Fixed problems with local imports (Dongwon Shin)
- Fixed problems with imports with 'as' (Dongwon Shin)
- Fix indentation, pep8 Styling. (Michael Borisov)
- Optimize imports and adding missing import for sys module. (Michael Borisov)
- Add more assertions in tests
- Add more verbose output
- Add recursive delete to Makefile clean
- Update Readme
- py3 print function
- Add Readme, Add Examples
- Add Stdlib into package
- Fix regex matching for imports
- Release on Pypi
- First release on Github.