add drug dosages parsing, add postgres db

This commit is contained in:
ipu 2025-08-07 01:04:44 +03:00
parent c218e0bbf3
commit 4a59ba5f4a
15 changed files with 856 additions and 122 deletions

View file

@ -14,6 +14,14 @@ dependencies = [
"lxml>=4.9.0",
"requests>=2.31.0",
"redis>=6.2.0",
"pip>=25.2",
"openpyxl>=3.1.5",
"pypdf2>=3.0.1",
"pdfplumber>=0.11.7",
"sqlalchemy[asyncio]>=2.0.42",
"asyncpg>=0.30.0",
"alembic>=1.16.4",
"psycopg2-binary>=2.9.10",
]
[project.optional-dependencies]