34 lines
780 B
TOML
34 lines
780 B
TOML
[project]
|
|
name = "onion-arch"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"aiosmtplib==5.1.0",
|
|
"aiosqlite==0.22.1",
|
|
"annotated-doc==0.0.4",
|
|
"annotated-types==0.7.0",
|
|
"anyio==4.12.1",
|
|
"click==8.3.1",
|
|
"dnspython==2.8.0",
|
|
"email-validator==2.3.0",
|
|
"fastapi==0.128.0",
|
|
"greenlet==3.3.1",
|
|
"h11==0.16.0",
|
|
"httptools==0.7.1",
|
|
"idna==3.11",
|
|
"pydantic==2.12.5",
|
|
"pydantic-core==2.41.5",
|
|
"python-dotenv==1.2.1",
|
|
"pyyaml==6.0.3",
|
|
"sqlalchemy==2.0.46",
|
|
"starlette==0.50.0",
|
|
"typing-extensions==4.15.0",
|
|
"typing-inspection==0.4.2",
|
|
"uvicorn==0.40.0",
|
|
"uvloop==0.22.1",
|
|
"watchfiles==1.1.1",
|
|
"websockets==16.0",
|
|
]
|