fix: add psycopg2-binary and pymysql for PostgreSQL/MySQL support
Browse files- 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
|