pipfile
pipfile copied to clipboard
[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. 
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...