marvin: install mysql-connector-python >= 8.4.0 (#13482)

This commit is contained in:
Wei Zhou 2026-07-01 16:59:18 +02:00 committed by GitHub
parent 2eb9820f3c
commit c8b7816d5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ setup(name="Marvin",
"marvin.sandbox.basic"],
license="LICENSE.txt",
install_requires=[
"mysql-connector-python <= 8.4.0",
"mysql-connector-python >= 8.4.0",
"requests >= 2.2.1",
"paramiko >= 1.13.0",
"nose >= 1.3.3",