add urllib3 to requirements in egg

This commit is contained in:
Daan Hoogland 2021-01-22 10:24:33 +00:00
parent a524b48410
commit 255bac138a
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ setup(name="Marvin",
"ipmisim >= 0.7",
"pytz",
"retries",
"PyCrypt"
"PyCrypt",
"urllib3"
],
py_modules=['marvin.marvinPlugin'],
zip_safe=False,