issues
search
BoostryJP
/
ibet-Wallet-API
A powerful API suite for seamlessly building ibet blockchain wallet systems ðŸ›
https://ibet.jp/ibet-for-fin
Apache License 2.0
9
stars
0
forks
source link
[FEATURE] Use poetry as dependency management tool
#1336
Closed
purplesmoke05
closed
1 year ago
purplesmoke05
commented
1 year ago
Is your feature request related to a problem? Please describe.
In current version, pip is used as dependency management tool.
It is surely enough but it seems that
poetry
is more useful because it can also manage tool chain configs and can be detected properly by dependabot.
Describe the solution you'd like
Use poetry as dependency management tool
Is your feature request related to a problem? Please describe.
poetry
is more useful because it can also manage tool chain configs and can be detected properly by dependabot.Describe the solution you'd like