merge branch 'pr-1'

Florian Heese (1):
  replaced pycrypto with its successor pycryptodome

LGTMs: cyphar
This commit is contained in:
Aleksa Sarai 2021-11-11 09:59:47 +11:00
commit c42ef15984
No known key found for this signature in database
GPG key ID: 9D94B96321B9D012
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Using the above example, let's say we want to only get session keys of the room
megolm_backup.py --into > new-riot-keys.txt
```
You need to have PyCrypto installed in order for this script to work.
You need to have PyCryptodome installed in order for this script to work.
[riotweb-issue6454]: https://github.com/vector-im/riot-web/issues/6454
[jq]: https://stedolan.github.io/jq/

View file

@ -1 +1 @@
pycrypto
pycryptodome