Micropipenv Versions Save

A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.

v1.0.1

3 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Make the installation log prettier
  • Test with pip==20.2.4

v1.0.0

3 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • First major release
  • Tested with pip==20.2.3

v0.6.0

3 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Produce error message if any issue is raised during pip imports
  • Produce pip compatibility warning only on issues
  • Test micropipenv against pip from the master branch

Other

  • Drop Python 3.5 support (#128)

v0.5.3

3 years ago

This release is available on PyPI.

Notable changes for this release:

v0.5.2

3 years ago

This release is available on PyPI.

Notable changes for this release:

v0.5.1

3 years ago

This release is available on PyPI.

Notable changes for this release:

  • Improvements in the test suite for online tests and different environments setup

v0.5.0

3 years ago

This release is available on PyPI.

Notable changes for this release:

  • Add support for a direct reference install using Pipenv and requirements.txt file thanks to Tomáš Coufal [email protected] for Pipenv support

  • More descriptive warning message in the unpinned warning message

v0.4.0

3 years ago

This release is available on PyPI.

Notable changes for this release:

  • Added pytoml support needed for Red Hat Enterprise Linux thanks to Lumir 'Frenzy' Balhar [email protected]

v0.3.0

3 years ago

This release is available on PyPI.

Notable changes for this release:

  • Added support for pip in version >=19.2<20
  • Introduced NotSupportedError exception raised when Mercurial, Subversion or Bazaar VCS are used
  • Optimized traversals when requirements file is looked up
  • Improvements in test-suite, now testing support matrix thanks to Lumir 'Frenzy' Balhar [email protected]

v0.2.1

3 years ago

This release is available on PyPI.

Notable changes for this release:

  • Fixed priority in lock files discovered
  • Improved project documentation