- Improves consolidation logic to merge
Requires-Pythonintopython_versionmarkers. This greatly reduced clutterness in Pipfile.lock. #14 - Try to suppress installation errors unless
PASSA_NO_SUPPRESS_EXCEPTIONSis set. This matches the behaviour of locking. #17 syncis redisigned to be intergrated intoadd,remove, andupgrade. Variouscleanoperations are added to purge unneeded packages from the environment.installis added as a combination oflockandsync. #20
- Fix entry point declaration in package so the
passacommand can work. #18
- Add
synccommand to synchronize the running environment with Pipfile.lock.
- Fix CLI invocation on Python 2.
- Initial Release!