Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63f7e3d

Browse files
authored
fix: remove mysqlclient dep for quickstart (#60)
Avoids the need for users to install pkg-config, mysql-client dependencies on their operating system. PyMySQL is a pure Python impl of mysql client.
1 parent 42b2659 commit 63f7e3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
mysqlclient==2.2.4
21
python-dotenv==1.0.0
32
PyMySQL==1.1.0
43
sentence-transformers==3.0.1
54
SQLAlchemy==2.0.30
6-
tidb-vector
5+
tidb-vector

0 commit comments

Comments
 (0)