cairo-lang icon indicating copy to clipboard operation
cairo-lang copied to clipboard

Use poetry for dependencies management

Open ClementWalter opened this issue 2 years ago • 0 comments

Looking at the codebase, it seems like a manual non-standard dependencies management solution has been used for the project.

Current python best practices instead advocate for more advanced tools than plain requirements.txt file, for example, poetry.

Is the team open to a PR in this direction?

ClementWalter avatar May 18 '22 13:05 ClementWalter