Added Poetry for dependency management system#182
Added Poetry for dependency management system#182adityasangave wants to merge 1 commit intoIndianOpenSourceFoundation:masterfrom
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
|
Also i don't think you have the latest version of the source. There are missing commits |
|
@pranavbaburaj so should I close this one and start another? |
|
@pranavbaburaj this is only one file right? It should not conflict. @pranavbaburaj can we make a new branch “semi” and @adii21-Ux will point to semi branch instead of master |
|
@GouravSardana I will |
PradyumnaKrishna
left a comment
There was a problem hiding this comment.
@GouravSardana this feature can be enable to update pull request branches.
@adii21-Ux pytest can be added as dev dependency using
poetry add -D pytest| simple-term-menu = "1.0.1" | ||
|
|
||
| [tool.poetry.dev-dependencies] | ||
|
|
There was a problem hiding this comment.
This can be added to enable command line functionality
| [tool.poetry.scripts] | |
| dynamic = "dynamic.__main__:main" | |
| packages = [ | ||
| { include = "dynamic" }, | ||
| { include = "dynamic_cli.egg-info" }, | ||
| { include = "LICENSE" }, | ||
| { include = "poetry.lock" }, | ||
| { include = "pyproject.toml" }, | ||
| { include = "README.md" }, | ||
| { include = "setup.py" } | ||
| ] No newline at end of file |
| description = "A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI" | ||
| authors = ["IndianOpenSourceFoundation"] | ||
| license = "General Public License GNU" | ||
|
|
There was a problem hiding this comment.
Packages should be mentioned here
| packages = [{ include = "dynamic" }] | |
No I think, as @GouravSardana not a big deal |








Related Issue
Closes: #161
Describe the changes you've made
Checklist:
Screenshots