Quan666 / PikPakAPI

PikPak API
128 stars 36 forks source link

Fix not consistent poetry lock #11

Closed lddtoan closed 1 year ago

lddtoan commented 1 year ago

Hi,

I tried to install package local but get error poetry.lock is not consistent with pyproject.toml. I fixed this by ran poetry lock --no-update to update poetry.lock.

Please review and approve my PR.