add drug dosages parsing, add postgres db
This commit is contained in:
parent
c218e0bbf3
commit
4a59ba5f4a
15 changed files with 856 additions and 122 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue