diff options
author | Yanis Guenane <yguenane@gmail.com> | 2021-01-11 13:52:20 +0100 |
---|---|---|
committer | Yanis Guenane <yguenane@gmail.com> | 2021-01-11 14:36:56 +0100 |
commit | 7275db8d6670e731c2c244afa84db4f2fb4f7c1d (patch) | |
tree | 42094b511df4e0a3b9a69ae25bb4e1968aa10f8b /requirements/requirements.in | |
parent | Merge pull request #8943 from rooftopcellist/pg12 (diff) | |
download | awx-7275db8d6670e731c2c244afa84db4f2fb4f7c1d.tar.xz awx-7275db8d6670e731c2c244afa84db4f2fb4f7c1d.zip |
Pin cryptography to pre 3 release
Diffstat (limited to 'requirements/requirements.in')
-rw-r--r-- | requirements/requirements.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/requirements.in b/requirements/requirements.in index d6a8987c75..cd06a749fb 100644 --- a/requirements/requirements.in +++ b/requirements/requirements.in @@ -6,6 +6,7 @@ autobahn>=20.12.3 # CVE-2020-35678 azure-keyvault==1.1.0 # see UPGRADE BLOCKERs channels channels-redis>=3.1.0 # https://github.com/django/channels_redis/issues/212 +cryptography<3.0.0 daphne django==2.2.16 # see UPGRADE BLOCKERs django-auth-ldap |