-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Poetry for dependency management #161
Comments
Hi👋 thanks for creating your first issue for IOSF, Will get back to you soon !. |
Thanks, @PradyumnaKrishna for taking the initiative for creating/bringing this issue |
hi there @GouravSardana and @PradyumnaKrishna can I get assigned to this issue? |
Sure @salma77, I'm assigning it to you |
@PradyumnaKrishna Thanks |
Can I work on this @PradyumnaKrishna ? |
sure @adii21-Ux |
@PradyumnaKrishna I wanted to ask should I also add tests for DELETE API feature |
@PradyumnaKrishna did setup until poetry build and built a dist of package but publish requires username password and also dynamic-cli also exist on pypi |
@adii21-Ux leave the publish, its ok if build and installation works properly. |
🚀 Feature
Poetry is used for python packaging and dependency management. Look at guide on how to initialise it.
Make sure these functionality works:
poetry install
poetry build
poetry publish
Other Resources
Feel free to contact me for help.
The text was updated successfully, but these errors were encountered: