Add bcyrpt as direct dependency for better crypto. Also some updates

main
Alexander Graf 2 years ago
parent a74396a9ef
commit 1ae9156756
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -5,6 +5,7 @@ libs/socrate
# core/admin # core/admin
alembic alembic
Babel Babel
bcrypt
click click
dnspython dnspython
Flask Flask

@ -4,13 +4,14 @@ aiosignal==1.2.0
alembic==1.8.1 alembic==1.8.1
async-timeout==4.0.2 async-timeout==4.0.2
attrs==22.1.0 attrs==22.1.0
Babel==2.10.3 Babel==2.11.0
bcrypt==4.0.1
blinker==1.5 blinker==1.5
certifi==2022.9.24 certifi==2022.9.24
cffi==1.15.1 cffi==1.15.1
charset-normalizer==2.1.1 charset-normalizer==2.1.1
click==8.1.3 click==8.1.3
cryptography==38.0.1 cryptography==38.0.3
decorator==5.1.1 decorator==5.1.1
defusedxml==0.7.1 defusedxml==0.7.1
Deprecated==1.2.13 Deprecated==1.2.13
@ -53,7 +54,7 @@ Pygments==2.13.0
pyOpenSSL==22.1.0 pyOpenSSL==22.1.0
pyparsing==3.0.9 pyparsing==3.0.9
python-dateutil==2.8.2 python-dateutil==2.8.2
pytz==2022.5 pytz==2022.6
PyYAML==6.0 PyYAML==6.0
Radicale==3.1.8 Radicale==3.1.8
redis==4.3.4 redis==4.3.4

Loading…
Cancel
Save