pipfile icon indicating copy to clipboard operation
pipfile copied to clipboard

Results 47 pipfile issues
Sort by recently updated
recently updated
newest added

The following code is written in `README.rst`. ``` Documentation ------------- The `documentation`_ for this project will, eventually, reside at pypi.org. .. _`documentation`: https://pipfile.pypa.io/ ``` But `https://pipfile.pypa.io/` is not found.

If this is supposed to become an official API to Pipfile it needs to be able to load and write the contents so that tools can make use of this...

In `README.rst`, the link in this paragraph doesn't work: > The documentation for this project will, eventually, reside at pypi.org.

By using an OrderedDict, it would be possible to use Pipfile.data to recreate a `requirements.txt` file in a much more deterministic way. It shouldn't affect anything else. EDIT: If this...

HI I thought this issue was fixed in [875](reference: https://github.com/pypa/pipenv/issues/875), but apparently it's not. I have two packages I am trying to install. `boto3` and `awscli`. I'm pinning the version...

**Summary:** It would be nice if `Pipfile.lock` contained the abstract dependencies in a way that could be used in `install_requires` in `setup.py`, as this would allow better tooling in the...

I'm contributing to add Pipfile support Sublime/Anaconda. The biggest problem right now, is to get the virtualenv's location we need to call a subprocess for `pipenv --py`. The only alternative...

I often have to verify myself that `uri` is not a valid key in pipfile entries, so it would be helpful if we could either alias it to `file` or...

> A deployed application can then be completely redeployed with the same exact versions of all recursive dependencies, by referencing the Pipfile.lock file. AFAICT, with pipenv, you do this with...