Skip to content
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

Adding Poetry to manage the dependencies #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding Poetry to manage the dependencies #17

wants to merge 1 commit into from

Conversation

felipemarkson
Copy link

@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