From 80bb27570d78e14ec1f7635b8398dd10a644feea Mon Sep 17 00:00:00 2001 From: Eklavya Sharma Date: Thu, 28 Jul 2016 00:42:37 +0530 Subject: [PATCH] Remove unneeded dependencies. We install service-identity to prevent twisted from giving spammy warnings. However, we don't need the security features provided by service-identity. So we can remove most of its cryptographic dependencies. --- requirements/common.txt | 10 ---------- requirements/py2_common.txt | 2 -- 2 files changed, 12 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 35d81cfab0..78a56792e8 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -24,11 +24,8 @@ SQLAlchemy==0.7.8 boto==2.38.0 certifi==2015.4.28 -cffi==1.5.2 chardet==2.3.0 -cryptography==1.4 - # Needed for integrations defusedxml==0.4.1 @@ -61,10 +58,7 @@ google-api-python-client==1.4.0 # Needed for the email mirror html2text==2015.6.6 - httplib2==0.9.1 -idna==2.0 -ipaddress==1.0.7 # Needed for JWT-based auth jwt==0.3.2 @@ -87,12 +81,8 @@ postmonkey==1.0b0 # Needed to access our database psycopg2==2.6 -# Python wrapper around OpenSSL -pyOpenSSL==0.15.1 - pyasn1==0.1.7 pyasn1-modules==0.0.5 -pycparser==2.14 pycrypto==2.6.1 # Needed for memcached usage diff --git a/requirements/py2_common.txt b/requirements/py2_common.txt index e352f91ef2..699e776855 100644 --- a/requirements/py2_common.txt +++ b/requirements/py2_common.txt @@ -1,7 +1,5 @@ -r common.txt -enum34==1.1.6 - # Used for Hesiod lookups, etc. pydns==2.3.6