pipenv lock [> requirements.txt]
Generates Pipfile.lock
Arguments
Name | Description |
---|---|
> requirements.txt | Write packages into requirements.txt |
Options
Name | Description |
---|---|
--dev-only | Generate a requirements file with only the development requirements |
--header | Add header to generated requirements |
--no-header | Generate requirements with no header |
-r, --requirements | Import a requirements.txt file |
-d, --dev | Passing --dev will include both the default and development dependencies |
--keep-outdated | Keep out-dated dependencies from being updated in Pipfile.lock |
--pre | Allow pre-releases |
--python | Specify which version of Python virtualenv should use |
--three | Use Python 3 when creating virtualenv |
--two | Use Python 2 when creating virtualenv |
--clear | Clears caches (pipenv, pip, and pip-tools) |
-v, --verbose | Verbose mode |
--pypi-mirror | If you would like to override the default PyPI index URLs with the URL for a PyPI mirror |