- Improves consolidation logic to merge
Requires-Python
intopython_version
markers. This greatly reduced clutterness in Pipfile.lock. #14 - Try to suppress installation errors unless
PASSA_NO_SUPPRESS_EXCEPTIONS
is set. This matches the behaviour of locking. #17 sync
is redisigned to be intergrated intoadd
,remove
, andupgrade
. Variousclean
operations are added to purge unneeded packages from the environment.install
is added as a combination oflock
andsync
. #20
- Fix entry point declaration in package so the
passa
command can work. #18
- Add
sync
command to synchronize the running environment with Pipfile.lock.
- Fix CLI invocation on Python 2.
- Initial Release!