You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "A simple app that uses FastAPI and MongoDB with some design patterns (such as dependency injection) to provide a simple example of CRUD application with that stack."
authors = ["greedWizard"]
license = "MIT"
readme = "README.md"
packages = [{include = "fastapi_mongo_example"}]
[tool.poetry.dependencies]
python = "^3.11"
fastapi = {extras = ["uvicorn"], version = "^0.96.0"}