Commit 4fbf1641 by Sébastien Eustace

No longer use the project's name and version when computing lock file hash

parent 2045fb41
......@@ -21,6 +21,7 @@
- The `script` command has been deprecated, use `run` instead.
- Improved support for private repositories.
- Expanded version constraints now keep the original version's precision.
- The lock file hash no longer use the project's name and version.
### Fixed
......
......@@ -13,8 +13,6 @@ from poetry.utils.toml_file import TomlFile
class Locker:
_relevant_keys = [
'name',
'version',
'dependencies',
'dev-dependencies',
'source',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment