Releases: Madoshakalaka/pipenv-setup
Releases · Madoshakalaka/pipenv-setup
v2.2.3 Bug Fix
2.2.1/2.2.2 was published today but can't be installed due to wrongly specified dependencies
v2.2.1 Windows Bug Fix
pip show pipenv-setup
now shows MIT licsence- fixed a bug that errors sync command on Windows
v2.2.0 Major python version support. Sync pipfile now
-
Compatibility: added 2.7/3.4/3.5 support
-
Added option to sync Pipfile now
-
Added option to sync dev dependencies to extras_require
-
sync
now no longer creates irrelevant keyword arguments. e.g. previous versions will always create "dependency_links=[ ]" when there's no vcs dependencies
v2.1.8 Bug Fix
now extras are synced
v2.1.7 Bug fixes
- fixed issue where setup_template.py is not distributed
- python 3.8 support
v2.1.6 `--strict` flag for check. Better conflict report
pipenv-setup check --strict
will only allow identical version requirements from pipfile
and setup.py
Better version conflict report
... is a subset of ...
... is disjoint from ...
... potentially violates ...