Commit 3a0e0b39 by Cauê Baasch de Souza Committed by Sébastien Eustace

Make locker track extras as well (#293)

parent b2870b45
...@@ -14,7 +14,7 @@ from poetry.utils.toml_file import TomlFile ...@@ -14,7 +14,7 @@ from poetry.utils.toml_file import TomlFile
class Locker: class Locker:
_relevant_keys = ["dependencies", "dev-dependencies", "source"] _relevant_keys = ["dependencies", "dev-dependencies", "source", "extras"]
def __init__(self, lock, local_config): # type: (Path, dict) -> None def __init__(self, lock, local_config): # type: (Path, dict) -> None
self._lock = TomlFile(lock) self._lock = TomlFile(lock)
......
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