Add pycryptodome to requirements.txt

This prevents a crash due to the usage of xrange() when Crypto is
imported by PyPDF2.
This commit is contained in:
Albert Cervera i Areny 2023-06-14 00:07:13 +02:00
parent 31f00a1549
commit 021e94a998
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Werkzeug==2.1.2
pycryptodome
cryptography>=2.1.4
pyopenssl>=17.5.0
bcrypt