feat: add cryptography to requirements

This commit is contained in:
pycook 2023-10-23 14:37:01 +08:00
parent 0ac14fa318
commit 30ccb87499
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ Flask-Bcrypt = "==1.0.1"
Flask-Cors = ">=3.0.8"
ldap3 = "==2.9.1"
pycryptodome = "==3.12.0"
cryptography = "==41.0.2"
# Caching
Flask-Caching = ">=1.0.0"
# Environment variable parsing

View File

@ -30,6 +30,7 @@ more-itertools==5.0.0
msgpack-python==0.5.6
Pillow==9.3.0
pycryptodome==3.12.0
cryptography==41.0.2
PyJWT==2.4.0
PyMySQL==1.1.0
ldap3==2.9.1