pipfile icon indicating copy to clipboard operation
pipfile copied to clipboard

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

[https://pipfile.pypa.io](https://pipfile.pypa.io) returns ERR_NAME_NOT_RESOLVED

Hello, Is there any reason that the pipfile specification version isn't included in `Pipfile`, but only `Pipfile.lock`? As this specification may develop in the future (more `packages` tables, python version...

Fix truncation of '3.10' version string. This produces the expected major.minor version string on 2.7, and 3.4 through 3.10.

my env is use virtualenv create. ![image](https://user-images.githubusercontent.com/30521429/61837322-d443ba00-aeb6-11e9-9d47-c00082729cb9.png)

This merge request contains following changes: - Fix a minor formatting issue. - Update IRC address to Libera Chat.

Upstreaming of pypa/pipenv#1809: "Fix environment variable expansion with extras" Fixes #106. cc @techalchemy

Adding the example given in #91 by @kennethreitz I originally wanted to move `"e1839a8" = {path = ".", editable = true}` to the dev section, and adding the "real package...

- Ignore hidden directories and directories starting with '__' - Fixed few Pep8 style guide issues

Is there currently a way to skip locking a single dependency. In my case, one of my dependencies comes from a private repository that does not provide valid hashes. Right...