pipenv-setup icon indicating copy to clipboard operation
pipenv-setup copied to clipboard

sync pipfile/lockfile to setup.py or check dependency and versioning conflicts

Results 29 pipenv-setup issues
Sort by recently updated
recently updated
newest added

When I run `pipenv-setup check` on the repository [luizribeiro/labby](https://github.com/luizribeiro/labby) (see [`Pipfile`](https://github.com/luizribeiro/labby/blob/master/Pipfile)), I get this error: ``` % pipenv-setup check not recognizable version string operator: dependency check failed ``` Any idea...

Issues https://github.com/Madoshakalaka/pipenv-setup/issues/163 and https://github.com/Madoshakalaka/pipenv-setup/issues/138 are caused by breaking changes in dependency libraries. - Freeze the versions of the dependencies to the versions before the breaking changes were introduced in the...

On using pipenv-setup, you will get an error called `plette.models` not a package. ```python from pipenv_setup import pipfile_parser as parser ``` This is because the underlying `plette` package was updated...

Today, `vistir` was updated to version **0.7.0**, which no longer has the module path `vistir.compat`. This is a breaking change, which affects `pipenv-setup`, and will be accompanied by the following...

The [documentation](https://github.com/Madoshakalaka/pipenv-setup/blob/109056e7b33b2ae4242eb56326c4f9bc66dde841/README.md?plain=1#L203) shows `v4.0.0a1` which returns: `error: pathspec 'v4.0.0a1' did not match any file(s) known to git` Using `3.2.0` returns `ModuleNotFoundError: No module named 'vistir.compat'` .pre-commit-config.yaml: ```yaml repos: - repo:...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.2. Release notes Sourced from pytest's releases. 7.2.2 pytest 7.2.2 (2023-03-03) Bug Fixes #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values...

dependencies

This error appears with pipenv version: ``` pipenv, version 2022.12.19 ``` . Reason is that after `packaging` pypi package version `21.3` they removed Legacy Specifier. https://packaging.pypa.io/en/stable/changelog.html#id2 Workaround is to lock...

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 3.1.1. Release notes Sourced from pre-commit's releases. pre-commit v3.1.1 Fixes Fix rust with language_version and a non-writable host RUSTUP_HOME. pre-commit-ci/issues#173 by @​Swiftb0y. #2788 by @​asottile....

dependencies

Bumps [setuptools](https://github.com/pypa/setuptools) from 63.1.0 to 65.5.1. Changelog Sourced from setuptools's changelog. v65.5.1 Misc ^^^^ #3638: Drop a test dependency on the mock package, always use :external+python:py:mod:unittest.mock -- by :user:hroncok #3659:...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies