Pin cryptography down to avoid incompatibility issues

This commit is contained in:
Georg Krause 2022-09-08 11:37:42 +02:00
commit a0e734c386
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

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