mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 02:48:27 +00:00
68203f47be
Running `tutor config save` with an outdated version of pycryptodome was failing with the following error: Error: Missing configuration value: 'Crypto.PublicKey.RSA.RsaKey object' has no attribute 'dq' This is because the "dq" attribute was only introduced in pycryptodome 3.17.0: https://www.pycryptodome.org/src/changelog#january-2023 To resolve this issue we bump the minimum requirements. Close #962 |
||
---|---|---|
.. | ||
base.in | ||
base.txt | ||
dev.in | ||
dev.txt | ||
docs.in | ||
docs.txt | ||
plugins.txt |