mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Switch to using pycryptodome instead of pycrypto
pycrypto is not being maintained, and pycryptodome is theoretically a drop-in replacement (in practice, it seems it was close)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
# community authentication integration.
|
||||
#
|
||||
|
||||
from Crypto import Random
|
||||
from Cryptodome import Random
|
||||
import base64
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user