mirror of https://github.com/apache/cloudstack.git
add urllib3 to requirements in egg
This commit is contained in:
parent
a524b48410
commit
255bac138a
|
|
@ -57,7 +57,8 @@ setup(name="Marvin",
|
|||
"ipmisim >= 0.7",
|
||||
"pytz",
|
||||
"retries",
|
||||
"PyCrypt"
|
||||
"PyCrypt",
|
||||
"urllib3"
|
||||
],
|
||||
py_modules=['marvin.marvinPlugin'],
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Reference in New Issue