marvin: install mysql-connector-python version 8.0.31 (#7111)

This commit is contained in:
Rohit Yadav 2023-01-24 14:24:02 +05:30 committed by GitHub
parent 42f0d758c1
commit e7b7efe117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 >= 1.1.6",
"mysql-connector-python <= 8.0.30",
"requests >= 2.2.1",
"paramiko >= 1.13.0",
"nose >= 1.3.3",