Skip to content

Commit 87c37fb

Browse files
committed
fix:#(268)#286
1 parent 7bb26a9 commit 87c37fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ mem-scheduler = [
7676
"pika (>=1.3.2,<2.0.0)", # RabbitMQ client
7777
]
7878

79+
# MemUser (MySQL support)
80+
mem-user = [
81+
"pymysql (>=1.1.0,<2.0.0)", # MySQL client for SQLAlchemy
82+
]
83+
7984
# MemReader
8085
mem-reader = [
8186
"chonkie (>=1.0.7,<2.0.0)", # Sentence chunking library
@@ -90,6 +95,7 @@ all = [
9095
"schedule (>=1.2.2,<2.0.0)",
9196
"redis (>=6.2.0,<7.0.0)",
9297
"pika (>=1.3.2,<2.0.0)",
98+
"pymysql (>=1.1.0,<2.0.0)",
9399
"chonkie (>=1.0.7,<2.0.0)",
94100
"markitdown[docx,pdf,pptx,xls,xlsx] (>=0.1.1,<0.2.0)",
95101

0 commit comments

Comments
 (0)