Poetry.lock -
: Pins the exact version of the package that was resolved.
: Contains the specific filenames and SHA256 hashes for the wheels or source distributions. This ensures that the downloaded content has not been tampered with. poetry.lock
: Lists the specific versions of other packages that this package requires to function. : Pins the exact version of the package that was resolved
Are you trying to in your lock file or just looking for a template to build one? poetry.lock
: Each dependency and sub-dependency is listed in its own block to ensure a consistent environment across different machines.
For more detailed information on how to manage these files, you can refer to the official Poetry Documentation .