Skip to content

Commit 6fcde68

Browse files
committed
testcontainers-mysql requires pymysql with cryptogrpahy
1 parent 94a63d6 commit 6fcde68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
install_requires=[
1414
"testcontainers-core",
1515
"sqlalchemy",
16-
"pymysql"
16+
"pymysql[rsa]"
1717
],
1818
python_requires=">=3.7",
1919
)

0 commit comments

Comments
 (0)