pipenv
pipenv copied to clipboard
Python Development Workflow for Humans.
I just `pipenv update` my project and would like to know exactly what packages have been updated. What is the recommand way to do that? #### What I would expect...
### The issue Now that we dropped support for python 3.6 we should migrate away from `pkg_resoruces` as >Use of pkg_resources is discouraged in favor of [importlib.resources](https://docs.python.org/3/library/importlib.html#module-importlib.resources), [importlib.metadata](https://docs.python.org/3/library/importlib.metadata.html) ### The...
### Issue description Version of pipenv > `2020.11.15` will produce error `AttributeError: 'JoinedStr' object has no attribute 's'` when it installs a package from private repo that contains `setup.py` with...
### Issue description Within WSL2 (Debian), when creating an environment and running `pipenv shell` i receive a broken pipe when it try's to load. I dont know if this is...
Thank you for contributing to Pipenv! ### The issue Trying to get some improved windows support and figure out why those 3 tests are failing in the CI. ### The...
In my project, I use [Injecting credentials into Pipfiles via environment variables](https://pipenv-fork.readthedocs.io/en/latest/advanced.html#injecting-credentials-into-pipfiles-via-environment-variables) as described in the documentation. However, when `pipenv` performs install, it runs `pip` w/ `--extra-index-url https://@my.pypi.repo` option which...
Also reduced hedging Thank you for contributing to Pipenv! ### The issue What is the thing you want to fix? Is it associated with an issue on GitHub? Please mention...
### Issue description I am trying to install a dependency from a private repo in order to this I have the following line ``` data = {editable = true, ref...
### Issue description pipenv can generate file paths during build which are more than 260 characters which breaks on Windows as described in this issue by https://github.com/netleibi/fastchunking/issues/6#issuecomment-877677653 by @netleibi There...
### Issue description (symptoms) The mere existence of a file named `util.py` breaks dependency generation and pipenv lock. ```console $ pipenv --clear lock --verbose Locking [dev-packages] dependencies... Locking [packages] dependencies......