* Add --version to bin importlab. * Use ImportStatement.source to impove import resolution.
0.7
* Fix path resolution for case-insensitive filesystems.
0.6.1
* Include .so files in the dependency graph. * Drop support for running under Python 2 and modernize the code. * MANIFEST.in: Add tests to sdist
0.5.1
* FIX: Correct a broken import
0.5
* Support `from . import Symbol` style of relative imports * Set the default target Python version to the host version * Keep unreadable source files in the dependency graph * Allow non-.py files
0.4
* Add an option to trim the dependencies of builtin and system files