add drug parser; add iha estimation rules

This commit is contained in:
ipu 2025-07-31 22:08:02 +03:00
parent bf1d988d36
commit 80916f6c3e
10 changed files with 1271 additions and 15 deletions

View file

@ -7,8 +7,12 @@ requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.116.1",
"httpx>=0.28.1",
"pandas>=2.3.1",
"pydantic>=2.11.7",
"pydantic-settings>=2.0.0",
"beautifulsoup4>=4.12.0",
"lxml>=4.9.0",
"requests>=2.31.0",
]
[project.optional-dependencies]