Skip to content

Instantly share code, notes, and snippets.

@gabriel-ss
gabriel-ss / pyproject.toml
Created July 12, 2022 13:56
Poetry dependency example
[tool.poetry]
name = "dep-with-extras"
version = "0.1.0"
description = "dep-with-extras"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "~3.9"
fastapi = {version = "^0.70.1", optional = true}
PyJWT = {version = "^2.3.0", optional = true}