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

Skip to content

Commit 6320a79

Browse files
OreoxmtMini256
andauthored
fix: add python-dotenv to requirements in Python client Quickstart (#48)
``` Traceback (most recent call last): File "python-client-quickstart/example.py", line 4, in <module> from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv' ``` --------- Co-authored-by: Mini256 <[email protected]>
1 parent 77e6058 commit 6320a79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/python-client-quickstart/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
mysqlclient==2.2.4
2+
python-dotenv==1.0.0
13
PyMySQL==1.1.0
24
sentence-transformers==3.0.1
35
SQLAlchemy==2.0.30

0 commit comments

Comments
 (0)