o
    Vh                     @  s:   d dl mZ d dlmZ d dlmZ G dd deeZdS )    )annotations)LockCommand)SelfCommandc                   @  s6   e Zd ZdZdZde  de jd dZ	dS )SelfLockCommandz	self lockz3Lock the Poetry installation's system requirements.zqThe <c1>self lock</c1> command reads this Poetry installation's system requirements as specified in the <comment>z></> file.

The system dependencies are locked in the <comment>zpoetry.lockz
</> file.
N)
__name__
__module____qualname__namedescriptionr   !get_default_system_pyproject_fileparentjoinpathhelp r   r   u/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/poetry/console/commands/self/lock.pyr      s    r   N)
__future__r   poetry.console.commands.lockr   )poetry.console.commands.self.self_commandr   r   r   r   r   r   <module>   s    