Skip to content

Adding Poetry to manage the dependencies#17

Open
felipemarkson wants to merge 1 commit intolucasmontano:masterfrom
felipemarkson:setup-poetry
Open

Adding Poetry to manage the dependencies#17
felipemarkson wants to merge 1 commit intolucasmontano:masterfrom
felipemarkson:setup-poetry

Conversation

@felipemarkson
Copy link
Copy Markdown

@felipemarkson felipemarkson commented May 13, 2020

Changes

  • Organizing the project as a Python project;

  • Using Poetry as a package manager;

  • Include .vscode/ in .gitignore.

How to run the FastAPI app:

$ poetry install
$ poetry shell
$ uvicorn rankedvoting.main:app --reload

close #16

@felipemarkson felipemarkson changed the title [SETUP] Using Poetry to manage the dependencies Adding Poetry to manage the dependencies May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SETUP] Using Poetry to manage the dependencies

1 participant