From f156030190c6518b0c7254231ad5ff886d0d9b4f Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 17 Aug 2022 18:39:21 -0400 Subject: [PATCH] Drop cryptography from dependencies There is no need to always install it, projects will usually have it listed in their requirements.txt anyways. Change-Id: I50b92ea36ab2d4157a8ec9e118a7f49fbd8ede2f --- pydep.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/pydep.txt b/pydep.txt index 889d168..6d75c0d 100644 --- a/pydep.txt +++ b/pydep.txt @@ -1,4 +1,3 @@ -cryptography [] fluent-logger [fluent] ldappool [(keystone ldap)] libvirt-python [nova]