From 1016518980217ddb91abedbfdf35bb15daf47277 Mon Sep 17 00:00:00 2001 From: OmerFI <54645034+OmerFI@users.noreply.github.com> Date: Sun, 19 Sep 2021 14:18:56 +0300 Subject: [PATCH] Update requirements.txt (#344) Changed from `pycrypto` to `pycryptodome`. The PyCrypto project is not maintained since the last commit on 23 Jun 2014. Instead of it, the PyCryptodome project (the fork of it) is maintained and is more stable. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee8ed6d..da94f53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ websocket-client git+https://github.com/dpallot/simple-websocket-server.git curve25519-donna -pycrypto +pycryptodome pyqrcode protobuf