marvin: use pycryptodome instead of PyCrypt (#13594)

This commit is contained in:
Wei Zhou 2026-07-13 09:40:20 +02:00 committed by GitHub
parent 13822b1ac1
commit 4c0a3e1499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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