marvin: use pycryptodome instead of PyCrypt (#13594)

This commit is contained in:
Wei Zhou 2026-07-13 09:40:20 +02:00
parent b3b0d92d37
commit 9b8706d0ef
No known key found for this signature in database
GPG Key ID: 1503DFE7C8226103

View File

@ -57,7 +57,7 @@ setup(name="Marvin",
"ipmisim >= 0.7",
"pytz",
"retries",
"PyCrypt",
"pycryptodome",
"kubernetes",
"urllib3",
"setuptools >= 40.3.0"