You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about adding an aiomysql[rsa] extra require, depending on PyMySQL[rsa], to pull cryptography?
It would have an advantage over manually installing cryptography: to pull the right version. Currently PyMySQL does not requires any specific version of cryptography, but could in the future.
The text was updated successfully, but these errors were encountered:
What about adding an
aiomysql[rsa]
extra require, depending onPyMySQL[rsa]
, to pull cryptography?It would have an advantage over manually installing cryptography: to pull the right version. Currently PyMySQL does not requires any specific version of cryptography, but could in the future.
The text was updated successfully, but these errors were encountered: