tserg / vyro

Vyro - Vyper to Cairo transpiler for the Ethereum and StarkNet ecosystems.
Other
30 stars 4 forks source link

Use poetry as a dependency manager #31

Closed cwkang1998 closed 2 years ago

cwkang1998 commented 2 years ago

Poetry is one of many methods of dependency management in python. Using it in this project is going to help us manage our dependencies easier and improve the developer experience as well. Let's add it in!

tserg commented 2 years ago

Good idea! Feel free to open a PR on this.