mirror of https://github.com/apache/cloudstack.git
marvin: install mysql-connector-python >= 8.4.0 (#13482)
This commit is contained in:
parent
2eb9820f3c
commit
c8b7816d5e
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue