Tyycha commited on
Commit
3062d62
·
1 Parent(s): 827c0ef

fix: add psycopg2-binary and pymysql for PostgreSQL/MySQL support

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -12,3 +12,5 @@ huggingface_hub>=1.0.0
12
  pyyaml>=6.0
13
  tqdm>=4.66.0
14
  httpx>=0.27.0
 
 
 
12
  pyyaml>=6.0
13
  tqdm>=4.66.0
14
  httpx>=0.27.0
15
+ psycopg2-binary>=2.9.0
16
+ pymysql>=1.1.0