I downloaded the Python library passlib and i am trying to use the sha256_crypt class to encrypt and decode data.
I included it in the app.yaml
file but it says the library "passlib" is not supported
.
I can't use it? If so what should I use instead?
Furthermore, is there a limitation on the libraries you can use with GAP ?