27 lines
603 B
TOML
27 lines
603 B
TOML
[project]
|
|
name = "medods-to-n3-health"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aiofiles>=25.1.0",
|
|
"aiohttp>=3.13.3",
|
|
"apscheduler>=3.11.2",
|
|
"argon2-cffi>=25.1.0",
|
|
"asyncpg>=0.31.0",
|
|
"colorlog>=6.10.1",
|
|
"fastapi>=0.128.0",
|
|
"greenlet>=3.3.1",
|
|
"gunicorn>=25.1.0",
|
|
"jinja2>=3.1.6",
|
|
"lxml>=6.0.2",
|
|
"pydantic>=2.12.5",
|
|
"pyjwt>=2.10.1",
|
|
"python-dotenv>=1.2.1",
|
|
"python-multipart>=0.0.21",
|
|
"sqlalchemy>=2.0.46",
|
|
"uvicorn>=0.41.0",
|
|
"weasyprint>=68.1",
|
|
]
|