thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 526 forks source link

Crypto import Bug #322

Open HirdrWit opened 4 years ago

HirdrWit commented 4 years ago

from Crypto.PublicKey import RSA need to be from pycryptodome.PublicKey import RSA since crypto was deprecated.

vishrutjai commented 3 years ago

But how do we change it?