aave-starknet-project/aave-starknet-bridge

Add requirements.txt for python dependencies

achab opened this issue · 3 comments

achab commented
Add requirements.txt for python dependencies
achab commented

@swapnilraj A nice alternative to requirements.txt file is to use poetry. It lets you lock the versions of the dependencies, like with package-lock.json or yarn.lock files.

Yea that sounds good to me

We have poetry configured