ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
9.15k stars 841 forks source link

Fix the build: Add cleo to tool.poetry.dev-dependencies #168

Closed cclauss closed 2 years ago

cclauss commented 2 years ago

https://pypi.org/project/cleo/

ParthJadhav commented 2 years ago

Oh Thanks ! Just discovered that the build was failing due to CLEO was missing.

cclauss commented 2 years ago

That broke the build :-( Did poetry.lock need to be deleted in this PR?