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.
This commit is contained in:
Eklavya Sharma 2016-07-28 00:42:37 +05:30 committed by Tim Abbott
parent 9922ecc7d6
commit 80bb27570d
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -1,7 +1,5 @@
-r common.txt
enum34==1.1.6
# Used for Hesiod lookups, etc.
pydns==2.3.6