20 lines
379 B
TOML
20 lines
379 B
TOML
[project]
|
|
name = ""
|
|
version = ""
|
|
description = ""
|
|
authors = [
|
|
{name = "minhtrannhat", email = "minh@minhtrannhat.com"},
|
|
]
|
|
dependencies = [
|
|
"fastapi>=0.108.0",
|
|
"uvicorn[standard]>=0.25.0",
|
|
"openai>=1.6.1",
|
|
"python-multipart>=0.0.6",
|
|
"pydantic>=2.5.3",
|
|
"python-dotenv>=1.0.0",
|
|
]
|
|
requires-python = ">=3.11"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|