This commit is contained in:
2026-02-15 17:02:40 +03:00
parent f79e4bcbb5
commit a042942446
78 changed files with 9863 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[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",
"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.40.0",
]