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

➕ add fastapi dependencies #79

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Conversation

mingi3314
Copy link
Owner

@mingi3314 mingi3314 commented Feb 18, 2024


Generated summary (powered by Graphite)

TL;DR

This pull request adds the FastAPI package to the project and updates the poetry.lock file with the new dependencies.

What changed

The FastAPI package was added to the pyproject.toml file. The poetry.lock file was updated to include the new dependencies that come with FastAPI, such as anyio, sniffio, and starlette.

+fastapi = "^0.109.2"

How to test

After pulling the changes, run poetry install to install the new dependencies. Then, you can import and use FastAPI in the project to confirm that it was installed correctly.

Why make this change

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. It's being added to this project to help with the creation of new APIs.

@mingi3314
Copy link
Owner Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

Copy link
Owner Author

mingi3314 commented Feb 18, 2024

Merge activity

@mingi3314 mingi3314 merged commit 0c22dda into main Feb 18, 2024
2 checks passed
@mingi3314 mingi3314 deleted the 02-18-_add_fastapi_dependencies branch February 18, 2024 14:08
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.

1 participant