Pin cryptography down to avoid incompatibility issues

This commit is contained in:
Georg Krause 2022-09-08 11:37:42 +02:00
parent 6328d00015
commit a0e734c386
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ channels_redis~=3.3.0
uvicorn[standard]~=0.14.0
gunicorn~=20.1.0
cryptography>=3.3.2
cryptography>=3.3.2,<38 # Cryptography 38 is not compatible with pyopenssl 20 anymore
requests-http-message-signatures==0.3.1
django-cleanup~=5.2.0
requests~=2.26.0