add drug parser; add iha estimation rules
This commit is contained in:
parent
bf1d988d36
commit
80916f6c3e
10 changed files with 1271 additions and 15 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue