Pin cryptography down to avoid incompatibility issues
This commit is contained in:
parent
6328d00015
commit
a0e734c386
|
@ -40,7 +40,7 @@ channels_redis~=3.3.0
|
||||||
uvicorn[standard]~=0.14.0
|
uvicorn[standard]~=0.14.0
|
||||||
gunicorn~=20.1.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
|
requests-http-message-signatures==0.3.1
|
||||||
django-cleanup~=5.2.0
|
django-cleanup~=5.2.0
|
||||||
requests~=2.26.0
|
requests~=2.26.0
|
||||||
|
|
Loading…
Reference in New Issue