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.3.0

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Improve poetry → requirements and handling of transitive deps Contribution thanks to @frenzymadness

  • Add check subcommand to validate lockfiles Contribution thanks to @matt-carr

  • Test with pip==22.0.4

Fixes

  • Implement correct handling for "extras" marker from poetry.lock Contribution thanks to @frenzymadness

v1.2.1

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Test with pip==22.0.3

  • Add tomli support Contribution thanks to @frenzymadness

v1.2.0

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • micropipenv is no longer tested with Python 3.6 and development pip Contribution thanks to @frenzymadness

  • Support directory-based dependencies Contribution thanks to @abompard

  • micropipenv warns users if they use Poetry lockfiles and Python version is not checked by micropipenv Contribution thanks to @frenzymadness

v1.1.3

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Perform method discovery for requirements sub-command as documented Fix thanks to @frenzymadness, issue reported by @hanjos #198

v1.1.2

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Fix handling Poetry environment markers for direct dependencies #192 Fix thanks to @frenzymadness, issue reported by @abompard
  • Fix handling Poetry environment markers for --no-default and --no-dev options #193 Fix thanks to @frenzymadness, issue reported by @macarr

v1.1.1

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Test with pip<=21.2.4
  • Fix Poetry environment markers handling #188 Fix thanks to @frenzymadness, issue reported by @wjhrdy

v1.1.0

2 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Add resolving environment variables in Pipfile URL thanks to @Misoslav and @frenzymadness
  • Test with pip<=21.1.2
  • Tests are now executed on Windows as well thanks to @frenzymadness

v1.0.4

3 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Fix permission error on Windows thanks to Julien Rottenberg (@jrottenberg)

v1.0.3

3 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Test with pip==20.0.1
  • Test with pip==20.0
  • Provide ability to pass pip path in install

v1.0.2

3 years ago

This release is available on PyPI.

Notable changes for this release:

Added

  • Test with pip==20.3
  • Test with pip==20.3.1